[Resolved] Main Menu Wraps too soon

  • Author
    Posts
  • #3117

    timmins00
    Participant

    I am trying to set the toggle from normal to mobile responsive menu at the narrowest width possible. Right now I have it set to 1024 and the search icon wraps before it collapses, which is well before the menu runs into the logo/tag. Is there a way to reduce the buffer between the main menu and the logo/tagline area? Hopefully I am being clear. Web site is instant-g.com. Screen shot is at http://www.instant-g.com/OldRoot/buffer.JPG, pardon the primitive graphics. Thanks! Steve

    #3118

    Andrew Misplon
    Keymaster

    Hi timmins00

    Thanks for reaching out.

    Using a plugin like Simple Custom CSS, please, insert into Appearance > Custom CSS the following:

    /* Header */
    
    .site-header .site-branding-container {
    	max-width: 21%;
    }
    
    .main-navigation {
    	max-width: 79%;
    }

    Once you’ve installed Simple Custom CSS the Appearance > Custom CSS menu item will be available.

    Hopefully the above helps 🙂

    #3119

    timmins00
    Participant

    Awesomeness. You even fiddled with the exact percentages! Thanks so much!

    #3120

    timmins00
    Participant

    Actaully..that changes things but does not do what I would like. Is it possible to do that as a hard pixel limit? What this did was maintain the padding and wrap the tag line.

    #3121

    Andrew Misplon
    Keymaster

    How about this:

    1. Change your Custom CSS to:

    /* Header */
    
    .site-header .site-branding-container {
    	min-width: 236px;
    	max-width: 21%;
    }
    
    .main-navigation {
    	max-width: 79%;
    }

    2. Change the mobile menu collapse in Theme Settings to 936. Does that work for you?

    #3122

    Andrew Misplon
    Keymaster

    Topic moved to email. Thanks 🙂

Viewing 6 posts - 1 through 6 (of 6 total)

You must be logged in to reply to this topic.

Scroll to top