Archived topic
How to Make Sparator Menu on Genegate Plugin
1 reply · Started by Hadi Mahmud on September 12, 2018
Viewing posts 1–2 of 2
Hello,
If anyone can help me how to fix the navigation menu?
I want to add a separator between one sub menu such as foro following? http://prntscr.com/ktgucs
Thanks for the help ...
Hi there,
so go to the Appearance > Menus, activate CSS Classes via the Screen Options check boxes.
Then give the menu item a custom class that you want the space below and the add this CSS:
.main-navigation ul ul li.custom a {
margin-bottom: 1em;
}
This archived topic is closed to new replies.