Tagged: menu spacing
Dear Kriesi,
How can I reduce the spacing between the links in my main top menu?
I have added an extra page in the menu and the links overlap my logo slightly just before the mobile menu kicks in at < 990px
Thanks, Richard
Hi Richard!
Please add following code to Quick CSS and adjust as needed
@media only screen and (max-width: 1140px) {
.av-main-nav > li > a { padding: 0 6px; }}
Regards,
Yigit
Thanks Yigit, this is perfect!