Site logo

[Resolved] Search Bar not working properly UI wise

Home Forums Support [Resolved] Search Bar not working properly UI wise

Home Forums Support Search Bar not working properly UI wise

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2496934
    Anant

    Hello,

    Whatever is typed in search bar does not appear properly. The whole text seems confined and wrapped within a very small space that the typed in term is not readable. I have provided the link to site where you can check the same yourself in private information.

    #2496989
    Fernando
    Customer Support

    Hi Anant,

    Can you try adding this through Appearance > Customize > Additional CSS?:

    nav#site-navigation {
        width: 500px;
    }
    
    nav#site-navigation .inside-navigation.grid-container {
        justify-content: flex-end;
    }
    #2497232
    Anant

    Thanks Fernando, this worked.

    #2498202
    Fernando
    Customer Support

    You’re welcome, Anant!

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