Home Forums WoodMart support forum How can I make height of search bar narrow? I mean height wise

How can I make height of search bar narrow? I mean height wise

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #121377

    ab
    Participant

    Hi,

    How can I make height of search bar narrow? I mean height wise. Plz refer to the website link and image for further clarification. thanks

    Attachments:
    You must be logged in to view attached files.
    #121424

    Hello,

    It is possible with custom CSS.

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .searchform input[type=text] {
        height: 46px;
    }

    Change this value as per your needs.

    Best Regards

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