Home Forums WoodMart support forum Drop down sub menu in desktop too small in width

Drop down sub menu in desktop too small in width

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

    jc
    Participant

    Hi there,

    I used some icons in front of sub menu text item…so the drop down sub menu width is too small in order to show icons & test-menu in one row.
    I used custom css in “Global custom css” but doesnt do the trick:

    body .whb-secondary-menu .menu-simple-dropdown .sub-menu-dropdown,
    body .whb-secondary-menu .menu-simple-dropdown .sub-sub-menu {
    width: 250px;
    }

    Any advice?
    thanks in advanced

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

    Hello,

    Thank you very much for choosing our theme and for contacting us.

    Please add this code to the Theme Settings > Custom CSS > Global:

    .menu-simple-dropdown .sub-menu-dropdown, 
    .menu-simple-dropdown .sub-sub-menu {
        width: 300px;
    }

    Alternatively, you can create a megamenu block to make your drop-down menu nicer https://xtemos.com/docs/woodmart/create-menu-2/

    Best Regards

    #168785

    jc
    Participant

    Thank you a lot!
    It works!
    All Fine
    Great SUPPORT!

    please close this ticket as solved.

    thanks in advanced
    ioannis

    #168799

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

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

The topic ‘Drop down sub menu in desktop too small in width’ is closed to new replies.