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.

Navigation menu container over-extends

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

Hey,
I’m having a slight problem with the navigation menu container after the first break point is reached for tablet view. It seems as if the navigation menu container extends past the body container. How can I fix it to where it would display properly on an iPhone and iPad?
Thanks for any help you can give!
Rene

URL: http://www.cfrsalvage.com

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

Need fast email support? Get SiteOrigin Premium

Replies

3
  1. Andrew Misplon Staff 10 years, 3 months ago

    Hi Rene

    Thanks for reaching out.

    The problem lies somewhere in your Custom CSS. If I remove the entire block the issue resolves. I’m not quite sure which rule is causing the problem so you’d need to try removing sections to isolate where the issue is.

    To keep your full width/height logo you can use the following set of rules:

    /* Full Header Logo - Boxed Layout Bound */
    header#masthead {
    padding: 0 !important;
    }
    header#masthead .hgroup {
    padding: 0 !important;
    }
    header#masthead .hgroup .logo img {
    height: auto;
    width: 1080px;
    }
    header#masthead .hgroup .logo img[style] {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    }
    .main-navigation {
    margin: 0 !important;
    }
    body.responsive header#masthead .hgroup .support-text, body.responsive header#masthead .hgroup #header-sidebar {
    display: none !important;
    }

    Hope that helps.

  2. lonate12 10 years, 3 months ago

    That did it! Thanks for the help Andrew!

  3. Andrew Misplon Staff 10 years, 3 months ago

    Super :) Glad to hear 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