Home Forums WoodMart support forum LIST MENU BUG

LIST MENU BUG

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #421904

    simone.cavalli
    Participant

    Hi, when I use the “Extra Menu List” block and try to add a label, the label overrides the title and doesn’t allow the title to go all the way to the right side, like it puts some padding in the right side… it is possible to move the writing higher. or make the location customizable? thank you

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

    Hello,

    Sorry for the inconvenience but there isn’t much space available there for the Menu Item with the Label On that’s why you are seeing the Text getting adjusted accordingly with the Label.

    Although, you can try using the following Custom CSS on your Site in this regard and see if this helps out in the mentioned concern:

    .wd-sub-menu li {
      width: 15em !important;
    }
    
    .wd-sub-menu li>a .menu-label {
      margin-right: 3em !important;
    }

    Location to paste Custom CSS, go to Dashboard >> Theme Settings >> Custom CSS >> Global CSS section >> paste the CSS.

    Best Regards

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