Home Forums WoodMart support forum Mobile Menu sub menu line height

Mobile Menu sub menu line height

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

    dh.pasan
    Participant

    I want to reduce the line height on the Mobile Menu sub-menu. how to do that.

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

    Hello,

    Can you please share the page URL so I will try to give you the custom CSS code?

    Best Regards.

    #525876

    dh.pasan
    Participant
    #525879

    Hello,

    Add below Custom CSS code to Theme Settings > Custom CSS > Custom CSS for mobile

    .wd-sub-menu li>a {
        line-height: 1;
    min-height: 30px !important;
    }

    Best Regards.

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