Esplanade: Get Rid of Search on Menu line?

Viewing 2 posts - 1 through 2 (of 2 total)
  • #15636
    kkathman
    Participant

    I see this a lot in themes and I really wish people wouldn’t do it.

    WordPress has widgets. There is ALWAYS a search widget and it can be positioned just about anywhere. Why take up space in an already VERY short menu line with another search widget?

    Can you please inform us how we can remove that so we can get another menu item on that line?

    Thanks very much for your help!

    #15659
    Daniel Tara
    Keymaster

    In header.php remove this line:

    <?php get_search_form(); ?>

    then add this to your custom styles:

    #access ul {
    	max-width: 100%;
    }
Viewing 2 posts - 1 through 2 (of 2 total)

Tagged: ,

You must be logged in to reply to this topic.