Archived topic
Remove space in menu
1 reply · Started by Edwin on March 5, 2019
Viewing posts 1–2 of 2
Hi
I am using icons in the menu and trying to remove space between it by using CSS (fbme) for that particular part of the menu.
Unfortunately, it is not working for me. Any idea?
.fbme .main-navigation .main-nav ul li a {
padding:0!important;
margin:0!important;
}
or
.main-navigation .main-nav ul li a .fbme {
padding:0!important;
margin:0!important;
}
Thanks
Edwin
Hi there,
try this CSS:
.main-navigation .main-nav ul li.fbme a {
padding-left: 0;
padding-right: 0;
}
This archived topic is closed to new replies.