stretch menu
How do I stretch the content of the menu 100% Please. So that logo is full left. menu titles are in the mddle. Then search etc on the far right.
At the moment everything is bounded out to the middle. Not Full stretch
Advantage Premium
Thanks
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
5Hi Moomoobrom
Please try adding this to Appearance > Custom CSS
body.layout-full.responsive #page-wrapper .full-container { max-width: 100% !important; }If you need to stretch the main menu as well we can fix that too.
.main-navigation ul li a { padding-left: 50px; padding-right: 50px; }Adjust the values as necessary.
Let us know how you get on
Magus
We’re nearly there, can I apply 100% to just the menu bar?
Hi Moomoobrom
Give this a try:
/* Full Width Layout 100% Page Width Menu */ body.responsive.layout-full #page-wrapper header#masthead .site-navigation .full-container { max-width: 100%; }Thanks, that is working perfectly on desktop. Thank you!
Sweet. Glad that helped. All the best :)
Replies on this thread are closed.
Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.