REDUCE SPACE BETWEEN TEXT IN MENU
-
Hello,
isit possible to reduce the space between links in menu?
Attached image
Attachments:
You must be
logged in to view attached files.
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .mega-menu-list .sub-sub-menu li a{
padding:0;
}
If you want to leave padding, replace 0
with the value, for example 3.
Best Regards
so with thiseƬ code I can make a big space or or too little space.
Can’t i make a middle?
Hello,
Try different levels as per your needs 2 or 3 for example: padding:3px 0;
Best Regards