Archived topic
Space between Search bar and Nav Menu (For Mob)
3 replies · Started by Sanu Kumar on October 18, 2020
Viewing posts 1–4 of 4
How to give Space between the Search bar and the Nav Menu in MOBILE. By defaults, it looks ugly,
Watch here: https://www.loom.com/share/2e72df61bcda4300b9ff8677292da7c1
Hi,
You can try adding margin-right on the search icon by adding this CSS.
@media (max-width: 768px){
.mobile-bar-items {
margin-right: 10px;
}
}
Thanks
No problem. :)
This archived topic is closed to new replies.