Home Forums WoodMart support forum REDUCE SPACE BETWEEN TEXT IN MENU

REDUCE SPACE BETWEEN TEXT IN MENU

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #248275

    FrancoMarini
    Participant

    Hello,
    isit possible to reduce the space between links in menu?
    Attached image

    Attachments:
    You must be logged in to view attached files.
    #248348

    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

    #248462

    FrancoMarini
    Participant

    so with thiseƬ code I can make a big space or or too little space.
    Can’t i make a middle?

    #248481

    Hello,

    Try different levels as per your needs 2 or 3 for example: padding:3px 0;

    Best Regards

Viewing 4 posts - 1 through 4 (of 4 total)