Tagged: menu
I have created a colour menu across the top of the screen. However, when you start scrolling down, there appears white space on both sides of the menu (screenshot here: https://imgur.com/a/jALc7JK)
Can you please provide CSS that will extend the menu pink colour full width across the screen?
Thank you!
Deanna
Hey Deanna,
Please try the following in Quick CSS under Enfold->General Styling:
.html_header_top #top .av_header_stretch .container {
width: 100% !important;
}
Best regards,
Rikard
That worked thank you!