Just 1 problably simple question.
How can I seperate the items in my dropdown menu ? (more space in between)
Where can i find these settings
Thanks in advance
Petra (NL)
Hey wppetrakrul,
Please try the following in Quick CSS under Enfold->General Styling:
.sub-menu li a {
padding: 12px 15px !important;
}
Adjust the values to your liking.
Best regards,
Rikard
THANSKS!
One more question: how to seperate the main menu items?
To make them sidewide
Hi!
Please try adding following code to Quick CSS as well
.html_header_top.html_logo_center .main_menu ul:first-child {
width: 100%;
}
.av-main-nav > li {
width: 16%;
}
Regards,
Yigit
MANY MANY THANKS !!!
Hi!
You are welcome! :)
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)
Best regards,
Yigit