Hello together
I have here: link below eschen-aktiv
2 Custom Widget Area inserted.
is it possible to veklein the distance between the menu items? Example link printscreen:
Thanks in advance
kind regards
Franz
Hey schweg33,
Thanks for your question, but Google Translate doesn’t know the word “veklein”, so I assume you mean increase.
Try this css:
#top .content .flex_column .widget_nav_menu #menu-tageskurse li a {
padding: 1.8em 3px;
}
adjust the 1.8em up or down to your liking, the default is 0.8em
Best regards,
Mike
many thanks Mike
on the Pc it works great
but mobile horizontal and vertical it does not work.
thanks in advance
kind regards
Franz
Hi,
It looks like your desktop element is hidden on mobile and a different element is used with a different ID
try adding this css for mobile:
#top .content .flex_column .widget_nav_menu #menu-tageskurse-1 li a {
padding: 0.1em 3px;
}
After applying the css, please clear your browser cache and check.
Best regards,
Mike
Thank you Mike
now it fits great
you can close this request.
Thanks and
kind regards
Franzu
Hi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.
Best regards,
Mike