[Resolved] Move search bar?

  • Author
    Posts
  • #4886

    Andrew Misplon
    Keymaster

    Hi Chris

    Thanks for your support, it’s most appreciated.

    Sorry the header isn’t more flexible. It’s built to handle a one line menu but I can see that’s limiting. Please, try the following:

    1. Plugins > Add New, search for and install Simple Custom CSS.
    2. Go to Appearance > Custom CSS and insert:

    /* Site Branding Container */
    .site-header .site-branding-container {
        max-width: 20%;
    }
    
    /* Main Menu Container */
    .main-navigation {
    	max-width: 80%;
    }
    
    /* Menu List Container */
    #site-navigation div:first-of-type {
    	width: 95%;
    }

    Please, let me know how that goes. Thanks again for your support 🙂

    #4919

    Andrew Misplon
    Keymaster

    Premium user migrated thread to email.

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

You must be logged in to reply to this topic.

Scroll to top