Home>Support>Navigation menu container over-extends

Navigation menu container over-extends

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. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 8 years, 11 months ago Andrew Misplon
    Hi, I Work Here

    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. 8 years, 11 months ago lonate12

    That did it! Thanks for the help Andrew!

  3. 8 years, 11 months ago Andrew Misplon
    Hi, I Work Here

    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.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More