Set width of categories menu
-
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;
}
Hello,
Could you kindly provide the page URL and screen on which menu block you want to set the width?
Best Regards
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.
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
Hi,
Thank you very much, its works perfect
Have a nice day
Niels
You are welcome! We are here to help.
Wish you a wonderful day!
The topic ‘Set width of categories menu’ is closed to new replies.