Tagged: mobile, padding, secondary menu, spacing
I’m using the secondary menu on top of the page. On mobile view there is too much space between the menu-items. How can I decrease the space between the items? So all the items keep on one line?
Thank you
Hey spitsdesign,
Please try the following in Quick CSS under Enfold–>General Styling:
@media only screen and (max-width: 767px) {
.sub_menu li {
padding: 0px 5px !important;
}
}
Regards,
Rikard
Superb! thank you Rikard
Hi!
Glad the code worked for you.
Cheers!
Jordan