This topic has 4 replies, 2 voices, and was last updated 5 years, 3 months ago ago by Olga Barlow
Hello,
We would like to ask if there is a possibility to modify the menu in a way that the 1 level titles are broken in two lines or that we can reduce the space between the menu, logo, and shop (pictures attached).
We would like to have the font bigger so that’s why we are weighing the options.
Best regards
Hello,
You may try the following code to limit the link width and split it in 2 lines. Change width according to your needs.
.menu-wrapper .menu > li > a {
max-width: 100px;
}
Regards
Thank you for your help. It worked perfectly.
In addition, we would like to have a changeable image. So in the drop-down menu, when a visitor would hover over one of the categories (outlined in red in the attached screenshot) the image on the left would change. Can that be done?
Thank you for all your help
Hello,
Unfortunately, there is no such option by default. It could be done only by additional JS customization. You can submit additional customization request here.
Regards
You must be logged in to reply to this topic.Log in/Sign up