Archived topic
Distance flags in Menu
1 reply · Started by Hadi Mahmud on October 29, 2019
Viewing posts 1–2 of 2
Hello
I want to close the distance between the flags in the menu. I've searched for tutorials and tried independently, but still not successful.
Please help.
Thank you so much
Hi there,
try adding this CSS:
.main-navigation .main-nav ul li.menu-item-gtranslate a {
padding-left: 5px;
padding-right: 5px;
}
This archived topic is closed to new replies.