Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #706329

    How can I change the size of the search box so it has the same height of the buttons to the left and right?

    The search box is placed in a widget, don’t know if its the best solution? Important that the CSS does not affect the normal search box in the header.

    Provided link to site below

    #706335

    Hey belinger,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    #top #s {
        font-size: 19px;
    }
    #top #searchsubmit {
        height: 47px;
    }
    

    Best regards,
    Yigit

    #706409

    Thanks for trying to help!

    However, the color background of the magnifying glass now expands around the search box. I need it to look like a normal search box. Just bigger in height. So it has the same height as the buttons to the left and right of the search box in the widget.

    Also, the CSS changes the default search box in the header/menu. I need that search box to stay intact and not affected by these CSS-changes

    #706448

    Hi,

    Could you please provide login credentials to your WordPress dashboard so that we can take a better look.

    Best regards,
    Jordan

    #706860

    Log in details below

    #707745

    Hi,

    I added following code to bottom of Quick CSS field

     #search-3 {
        padding-bottom: 0;
    }

    Please review your website now

    Best regards,
    Yigit

    #708160

    Looks better, but could need some improvements.
    The search box is now bigger but still not the same height as the Fullwidth Buttons to the left and right.
    Also, this CSS affects the normal search box in header/menu. Its now bigger than default.

    Provided some links below

    #708235

    Hi,

    I added following code to Quick CSS as well

    #top #s {
        padding: 19px 47px 19px 5px;
    }

    Now search form has the same height as buttons next to it. Please review your website now

    Best regards,
    Yigit

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