Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #42058
    Sevian
    Member

    Hello

    I would assign a fixed width to the search box widget, is possible?

    Thanks

    #42105
    Sakin
    Keymaster

    @Sevian: Please post in your site URL and the width that you want to search box widget. As the width is adjust as per the responsive design and need to adjust as per the screen size.

    Also if you use “Search” widget to the sidebar then it’s fixed width only.

    #42127
    Sevian
    Member

    I would like to 350px wide in the search box

    this is the site, veogangas.com

    Thanks

    #42156
    Sakin
    Keymaster

    @Sevian: 350px for the search box is too big in your widget. As per your design 250px looks good. You can add the following css in “Appearance => Theme Options => Custom CSS” box.

    @media screen and (min-width: 320px) {
        .widget_search #s { width: 260px; }
    }
Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘width to the search box’ is closed to new replies.