Viewing 2 replies - 1 through 2 (of 2 total)
  • Hey there Shamshon,

    How are you doing today?

    You should be able to do that by increasing/reducing the padding values on the input fields with some custom CSS. Please try adding the following CSS code in the style.css file of your child theme or if your theme doesn’t have custom CSS tab add it in your site using the following plugin:

    http://wordpress.org/plugins/simple-custom-css

    .site-search .widget_product_search input[type=search] {
        padding: 1.387em 1.618em 1.387em 3.631em;
    }

    These are the original padding values, change them to what ever suits you the most. The ones that you’re looking to change are first and third value where first represents top padding and the third bottom padding.

    Hope this helps 🙂

    Cheers,
    Bojan

    Thread Starter Shamshon

    (@shamshon)

    Thank you so much!
    Perfect, this resolved it.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Theme: Boutique] Search bar height in header’ is closed to new replies.