Hi there
I am creating a landing page within a website where I removed the original header and footer of the website and am using the fullwidth submenu option to create a one page scroll.
Everything is great except the fullwidth menu keeps pushing all the sections down a bit and the down arrow is not visible on sections. Any quick CSS fixes for this?
Hey onurkurtic,
Since your menu is 53px, we can nudge your next-arrow higher by that amount, too. Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
#top .scroll-down-link {bottom:53px !important}
Best regards,
Sarah