• Resolved lewiswhitaker

    (@lewiswhitaker)


    Hi, currently I have added my searchbar to my navigation bar at the top of my website but it is much taller than everything else. How would I go about changing the height of the box?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Vinod Dalvi

    (@vinod-dalvi)

    I hope you are well today and thank you for your question.

    This is specific to the theme that you are using on your site.

    Could you please share me your site URL where it’s displaying so that I can help you?

    Best regards,

    Thread Starter lewiswhitaker

    (@lewiswhitaker)

    Plugin Author Vinod Dalvi

    (@vinod-dalvi)

    You can reduce its height by adding the below CSS code in the Custom CSS option of Ivory Search plugin settings on the path Ivory Search -> Settings -> Settings

    #masthead input.search-field {
        padding: 6px 10px;
    }
    
    #masthead input.search-submit {
        padding: 6px 14px;
        margin-top: 0;
    }
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How do I change the height of my searchbox?’ is closed to new replies.