Viewing 3 reply threads
You must be logged in to reply to this topic.
Hello
I have slider revolution on some of my pages and slider appears to have space gap from the menu below and before the footer. how is it possible to completely eliminate the gap?
Thanks
Hello,
You can easy remove it with some custom css. Please send us your site’s url so we can give you the exact code to add.
Best regards!
Hello,
Sorry for the late reply.
The gap is due to major height given to navigation. Add this code into your custom css box:
.header_10 .full_nav_menu {
height: 37px !important;
}
to change it. Result screenshot.
Best regards!
You must be logged in to reply to this topic.