Hi. I have been supplied with this wireframe of sorts for a new project. I just finished a site using Enfold and I loved the ease of use and also the support! Thanks guys:) So, I would like to know if there is a way to make my menu below the logo with a red background like this example. I saw some earlier posts on the matter, but they didn’t really do exactly what I was looking for. Thanks!
Hey lizybloom!
If you use Header with bottom menu + social media icons you could get fairly close to that.
Regards,
Devin
Yes. Thanks, I saw that. Is there a saw to make this header style fixed?
Thanks.
Something like this added to the desktop only media query in your css/custom.css file should do it:
#header {
position: fixed;
width: auto;
}
#main {
padding-top: 156px;
}
I’ve not done any cross browser testing but it should get you most of the way there.