Home Forums WoodMart support forum Set width of categories menu

Set width of categories menu

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

    Niels
    Participant

    Hi,
    I am looking for a way to set the width of the catagories menu. The arrow icon on the right is to far away from the text. Could you please help me? I found css but adding it to the theme css didnt work:

    .header-categories-nav .header-categories-nav-wrap {
    width: 200px;
    }

    #444847

    Hello,

    Could you kindly provide the page URL and screen on which menu block you want to set the width?

    Best Regards

    #444980

    Niels
    Participant

    Hi Elise,

    Thanks for your response. I have added the URL and printscreen.

    Thank you

    Niels

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

    Hello,

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

    For the categories:

    body .wd-header-cats.wd-style-1 .menu-opener {
    	min-width: auto;
    }
    
    body .wd-header-cats.wd-style-1 .menu-opener:after {
    	margin-inline-start: 5px;
    }

    For the drop-down:

    body .wd-dropdown-cart {
    	min-width: 500px;
    }

    Best Regards

    #445672

    Niels
    Participant

    Hi,

    Thank you very much, its works perfect

    Have a nice day

    Niels

    #445900

    You are welcome! We are here to help.

    Wish you a wonderful day!

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

The topic ‘Set width of categories menu’ is closed to new replies.