Home Forums WoodMart support forum Categories – menu title too long for field

Categories – menu title too long for field

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

    exe65
    Participant

    Hello,

    I noticed if theres a longer menu title in the dropdown menu
    (header-categories module) the box gets bigger in height (see picture – menu item “zelena arhitektura”).

    Thank you,

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

    Hello,

    I saw the screenshot you attached. Please add the following Custom CSS in the Custom CSS for desktop area under Theme Settings >> Custom CSS.

    .woodmart-nav-link {
    width: 300px !important;
    }

    You can set the width accordingly.

    Please make sure that you haven’t set the width of the nave link more than the dropdown container.

    Best Regards.

    #186544

    exe65
    Participant

    Thank you for the answer – but the solution is not good – it messed up my horizontal navigation beside it and navigation title is now in two rows.

    #186551

    Hello,

    I have replaced the previous code with the following and the website is working absolutely fine on my end.

    #menu-categories .woodmart-nav-link {
    width: 270px !important;
    }

    Please clear cache and check back.

    Best Regards.

    #186813

    exe65
    Participant

    This one was correct – it’s looking perfect now! Thank you for your help!

    #187003

    Most Welcome!!!.

    I’m so happy to hear you are pleased with the Theme and Support. XTEMOS strives to deliver the best customer experience, and it makes our day to hear we have accomplished that.

    We count ourselves lucky to have you as a customer. You can always reach us at any time. We are always here to help you.

    Thanks for contacting us.
    Have a great day.

    Topic Closed.
    Best Regards.

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

The topic ‘Categories – menu title too long for field’ is closed to new replies.