Viewing 2 reply threads
You must be logged in to reply to this topic.
Hi
on my website https://www.erebusviaggi.it I use a fullscreen slider on the homepage but I want to show the footer after the slider. I deactivate the fullscreen section sliding on the page options to show the footer and I add
#content { padding-top: 0 !important; padding-bottom: 0 !important; min-height: 100%; }
to the CSS to remove the white gap, but a small white line remain. I already use this CSS in another website made whit Specular and I had no issue, but now whit Tower I can’t remove the line?
Can you please help me?
Thanks a lot!
Hello,
Sorry for the late reply.
Please add this code into your custom css box:
.footer_wrapper { margin-top: -1px !important;}
Best regards!
You must be logged in to reply to this topic.