[Resolved] Move search bar?

  • Author
    Posts
  • #4884

    [email protected]
    Participant

    Aloha,

    I would like to offer a search bar on the top of my page but right now it ends up in a third row on the menu line. Can you help me figure out how to force that up one line to the right, or move it elsewhere?

    Site is:

    Home Page

    Nice theme!

    Chris

    #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 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.

Scroll to top