Before you ask please READ THIS

Centering Search Field

edited October 2014 in Beach Please Posts: 18
Just want to center search along with the rest of the nav. Thanks for your help
IMG_0666.PNG
640 x 609 - 41K

Comments

  • AirAir
    Posts: 10,970
    Hi

    By default left space is reserved for social icons. But if you don't use them, then you can use such custom CSS to center:

    @media only screen and (max-width: 650px) {
    #header .search-form{
    float: none;
    }
    }
    With regards.
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion