Archived topic
Search below header (on mobile)
7 replies · Started by Fabien on April 2, 2020
Hi,
I've used the following CSS in order to display the search bar below my header :
.navigation-search {
top: 100%;
}
It works well on desktop but not on mobile. Can you please help ?
Thank you !
Hi there,
try adding this CSS:
#mobile-header {
position: relative;
}
Awesome support, as always !
Glad to be of help
I've used the same to CSS in order to display the search bar below my main navigation. However, I have a 5px border radius on my main navigation and I can't seem to make this happen on the search bar. What do I need to do to round those corners as well? Thanks!
Any chance you can open a new topic and link me to the page in question?
Thanks!
Thanks :)