Home Forums WoodMart support forum Split: Issue with Sub Menu

Split: Issue with Sub Menu

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

    scbeautystore
    Participant

    Buongiorno,

    Anche io dopo l’aggiornamento mi ritrovo con questo problema nel menù, allego immagine.

    Come posso risolvere?

    Grazie

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

    Artem Temos
    Keymaster

    Hello,

    Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue. We will fix this in our next update as well.

    .wd-dropdown-menu.wd-design-sized > .container > .wd-sub-menu:not(.row),
    .wd-dropdown-menu.wd-design-full-width > .container > .wd-sub-menu:not(.row) {
    display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px;
    }
    .wd-dropdown-menu.wd-design-sized > .container > .wd-sub-menu:not(.row) > li,
    .wd-dropdown-menu.wd-design-full-width > .container > .wd-sub-menu:not(.row) > li {
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    		-ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    Kind Regards

    #281204

    scbeautystore
    Participant

    Ciao,

    Grazie mille per la soluzione… TOP!!!

    #281312

    Artem Temos
    Keymaster

    You are welcome! 🙂

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