Site logo

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

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.