Home Forums WoodMart support forum Top bar – submen width

Top bar – submen width

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #463918

    studio84digital
    Participant

    Dear,

    In the top bar of the header I have a language switcher menu. Is it possible to make the width smaller for a perfect fit? See screenshot in attachment. Thx in advance.

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

    Hello,

    Can you please share the WP admin login details of your site so I will check and assist you accordingly?

    Best Regards.

    #464076

    studio84digital
    Participant

    Hey Aizaz,

    See login details in the private content section.
    I have the same issue with the mobile version, see screenshot.

    Thanks in advance.

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

    Hello,

    Your issue has been solved. I have added the below custom CSS code in the Theme Settings >> Custom CSS section for Desktop and for mobile sections separately.

    li#menu-item-11115 .wd-dropdown-menu.wd-design-default {
        --wd-dropdown-width: 55px;
    }
    li#menu-item-11119 .wd-dropdown-menu.wd-design-default {
        --wd-dropdown-width: 55px;
    }

    Best Regards.

    #464196

    studio84digital
    Participant

    Perfect Aizaz, thank you. I see you’re using pixels, what about 100% width?

    #464328

    Hello,

    Yes, you can try the 100% width as well, if it will work then it is good.

    Best Regards.

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