[Resolved] Search field width

Home Forums Support [Resolved] Search field width

Home Forums Support Search field width

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2474332
    Petar

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

    thanks

    #2474338
    Fernando
    Customer Support

    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.

    #2475212
    Petar

    perfect

    #2475236
    Fernando
    Customer Support

    You’re welcome, Petar!

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.