This topic has 2 replies, 2 voices, and was last updated 6 months ago ago by Rose Tyler
Hi i wanna transform dropdown menu, each link must be a single line, i dont wanna decrease text size. How i can do it?
Hello, ReflectedStudio,
Thank you for reaching out to us with your query. To transform your dropdown menu so that each link appears on a single line without reducing the text size, you can adjust the width of the dropdown menu itself. This can typically be done through CSS.
Here is a basic example of custom CSS code:
.et_b_header-menu .item-design-dropdown .nav-sublist-dropdown:not(.nav-sublist) {
width: 23em;
}
Best Regards,
8Theme’s Team
You must be logged in to reply to this topic.Log in/Sign up