Hello together
I have created a submenu here on this page
(link below)
Is it possible to make the spacing of the menu smaller when mobile?
Print screen see below
thank you and kind regards
Franz
Hi schweg33,
Please try adding this CSS code in Enfold > General Styling > Quick CSS:
@media only screen and (max-width:767px) {
#top .av-subnav-menu > li {
padding: 15px 0 0;
}
}
Best regards,
Nikko
Thanks you very much
Nikko
This works great
I have now made a background color for the text
how can I set this color left and right of the text has a distance
see Printscreen
kind regards
Franz
Hi Franz,
Please try this CSS as well:
.current-menu-item:not(.current-menu-parent) .avia-menu-text {
padding: 0 10px;
}
Best regards,
Rikard
Hollo Rikard
Thanks a lot
That is so ok for me
Your support is always great
you can close this request
kind regards
Franz