Home Forums WoodMart support forum issue with position of dropdown menu

issue with position of dropdown menu

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #603146

    RD
    Participant

    Hello,
    please check the attach images.
    all the dropdown menu are above and on top of the header while they should be just below.
    how can I fix it? so the dropdown menu box will start where the first container of every page start?
    just below the header. and not on it.

    thanks.

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

    Hung Pham
    Keymaster

    Hello RD,

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

    div.wd-dropdown{
    	top: 65px;
    }

    Regards,

    #603651

    RD
    Participant

    Thanks but now when trying to go to the items on the dropdown menu the menu is closing and I am not able to click on the items inside the dropdown.

    #603818

    Hung Pham
    Keymaster

    Hello RD,

    Please remove previous code and use below one:

    .wd-nav.wd-nav-main > li{
    	padding: 25px 0;
    }

    Regards,

    #604121

    RD
    Participant

    GREAT! THANK YOU

    #604182

    RD
    Participant

    soory.. found another issue. when scrolling down there is a gap between the top menu to the dropdown. check the attach image.

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

    Hung Pham
    Keymaster

    Hello RD,

    Please go to Theme Settings > Custom CSS and remove this code lines https://ibb.co/MpBfRjP

    Regards,

    #604651

    RD
    Participant

    Hi,
    I don’t have this code in my custom css, this is the only code I have:
    .wd-dropdown-menu:is(.wd-design-sized,.wd-design-full-width,.wd-design-full-height) .wd-sub-menu>li {
    margin-bottom: 10px;
    width: auto !important;
    }

    .wd-nav.wd-nav-main > li{
    padding: 25px 0;
    }

    #604652

    RD
    Participant

    I changed it to this and now it looks like it’s ok:
    .whb-sticked .whb-general-header .wd-dropdown:not(.sub-sub-menu) {
    margin-top: 15px;
    }

    #604666

    Hung Pham
    Keymaster

    Hello RD,

    Glad to hear your issue has been resolved. Keep us in mind for future questions and concerns, we’re always here to help!

    Regards,

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