• Resolved Kristad

    (@kristad)


    How can I make the search bar wider in the header widget, and make the word ‘search’ larger text. I want to make it stand out more…

    Thank you in advance.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author ILLID

    (@mihail-barinov)

    Hi,

    So, as I understand, you are talking about search form in the header. In this case please try to use following custom css:

    .site-header .aws-container {
    width: 600px;
    max-width: 100%;
    }

    .site-header .aws-container .aws-show-clear .aws-search-field {
    font-size: 16px;
    }
Viewing 1 replies (of 1 total)

The topic ‘Make form wider’ is closed to new replies.