[Resolved] Search bar in navigation area too wide

Home Forums Support [Resolved] Search bar in navigation area too wide

Home Forums Support Search bar in navigation area too wide

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2063837
    John

    Hello, I use GP Premium. I have enabled the search bar option on my primary navigation menu. However, when you click on the magnifying glass icon in the primary menu, the input field that appears for the search function is too wide and seems to go “under” the magnifying glass icon on the primary menu. This creates a broken border around the input field for search.

    Any input on how this can be corrected? Thank you for your help!

    #2064013
    David
    Staff
    Customer Support

    Hi there,

    try adding this CSS to your site:

    .navigation-search input[type="search"] {
        max-width: calc(100% - 60px);
    }
    #2064015
    John

    Works great, thank you so much David!

    #2064057
    David
    Staff
    Customer Support

    You’re welcome

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