Archived topic
Search Bar not working properly UI wise
3 replies · Started by Anant on January 15, 2023
Viewing posts 1–4 of 4
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.
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;
}
Thanks Fernando, this worked.
You're welcome, Anant!
This archived topic is closed to new replies.