This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

stretch menu

Resolved 5 replies premiumthemetheme-vantage
10 years ago · Last reply by Andrew Misplon 10 years ago

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

URL: http://coraandspink.co.uk/

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

5
  1. Magus Staff 10 years, 9 months ago

    Hi 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

  2. moomoobrom 10 years, 9 months ago

    We’re nearly there, can I apply 100% to just the menu bar?

  3. Andrew Misplon Staff 10 years, 9 months ago

    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%;
    }
  4. moomoobrom 10 years, 9 months ago

    Thanks, that is working perfectly on desktop. Thank you!

  5. Andrew Misplon Staff 10 years, 9 months ago

    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.

Have a different question or issue?

Start New Thread