[Resolved] Customize the size of the search widget

Home Forums Support [Resolved] Customize the size of the search widget

Home Forums Support Customize the size of the search widget

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #325800
    Antonio M.B.

    Hi, I want to put the search widget in the header but I want to put the widest size, since the figure is quite short. Can you help me?

    #325814
    Leo
    Staff
    Customer Support

    Hi there,

    Try this CSS;

    .header-widget .widget .search-field {
        width: 500px;
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    If this doesn’t work are you able to provide a link to your site? Thanks!

    #325857
    Antonio M.B.

    You are very efficient. Thank you

    #325902
    Leo
    Staff
    Customer Support

    Glad I could help!

    #325915
    Tom
    Lead Developer
    Lead Developer

    You might want to put that in a media query so it’s responsive:

    @media (min-width: 769px) {
        .header-widget .widget .search-field {
            width: 500px;
        }
    }
Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.