I had created a topic on this before and then changed up my design but then changed the design back and now I am trying to figure out this issue. I have my page set to stretched layout, I also have the header settings set to logo left and menu right. For some reason it’s giving a ton of padding on both the right and left sides of the header. What I want is for the logo to be on the very far left and the menu to be on the very far right. How can I go about fixing this?
Forgot to include the site http://www.gourmetsensationsmealprep.com
Hi,
Please try the following in Quick CSS under Enfold->General Styling:
#header_main .container {
max-width: 100% !important;
}
Best regards,
Rikard
yes it worked! Thank you so much!