Viewing 1 replies (of 1 total)
  • You can make your search box larger with custom css. Go to “Appearance > Customize > CSS” and insert this custom css

    .search-field {
        height: auto;
        width: 100%;
        padding: 22px 20px;
    }

    Adjust the padding and width attribute as you like

Viewing 1 replies (of 1 total)
  • The topic ‘Expand the width of my search box’ is closed to new replies.