Site logo

Archived topic

Search field width

3 replies · Started by Petar on December 26, 2022

Viewing posts 1–4 of 4

Hello, is there a way to make the search field wider? I am talking about search in a right sidebar widget

thanks

Hi Petar,

Yes, there's a way.

Try adding through Appearance > Customize > Additional CSS:

.inside-right-sidebar .widget_search > form > label {
    flex-grow: 1;
}

Let us know how it goes.

perfect

You're welcome, Petar!

This archived topic is closed to new replies.