Forums Forums Search & Filter Pro Way to Increase the Size of the Search Bar Display

Viewing 2 posts - 1 through 2 (of 2 total)
  • Anonymous
    #24573

    Hi,

    Is there a way to increase the size of the search bar that is created. I’d like to increase the length and height of one of the search bars I’m using on my sight so that it runs almost the width of the site. What I’d like to adjust is the shaded box that goes around the word search like in the picture below.

    http://craftstep.com/wp-content/uploads/2015/09/search.png

    Ross Moderator
    #24894

    Hi Scott

    You just need to apply some CSS to change the styling –

    .searchandfilter input[type=text]
    {
        display:block;
        height:100px;
    }

    This is just and idea to get you started.

    Thanks

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