How can I make my header spread across the width of the browser window? I’m using the stretched layout, but I can’t figure out how to make the logo float totally to the left and the social icon float right and make the navigation centered.
Thanks
Hey kenshejoe,
Please try the following in Quick CSS under Enfold->General Styling:
#header_main .container {
max-width: 100% !important;
padding: 0 !important;
}
Best regards,
Rikard
Thanks, that worked great.
Ok, now my navigation is off centered. How do I center the navigation bar? I tried but it remains off centered.