Hi there,
I would like to reduce the space between the different submenu items. At the moment there is too much space between the words “Behandlung” “Produkte” “Preisliste”. You can find login data in the private content field.
I already tried several css codes, but couldn´t fix it yet. Maybe someone could help me?
Thanks a lot!
anyone?
Hi Skylla-Lametta,
Can you try adding this CSS code in Quick CSS, located in Enfold > General Styling:
#top .av-main-nav ul a {
padding-top: 4px;
padding-bottom: 4px;
}
Best regards,
Nikko