Hi support,
I have a side menu on my website with several menu items. Short menu items work fine, but with longer menu items – i.e. items that stretch across more than one line – the lines are on top of one another and thus not readable.
Can you please advice how to fix this?
Thanks,
ythhj
Hey ythhj,
Can you post a link to your site? so we can take a closer look and try to give you css code that should help fix it.
Best regards,
Nikko
Hi,
You can use email attached in private content field but please post logins here privately after creating a new user so any available moderator can look into it.
Best regards,
Yigit
Hi,
I added following code to bottom of Style.css file of your child theme
#top .content .flex_column .widget_nav_menu li a {
padding: 5px 0;
line-height: 1em;
}
Please review your website
Best regards,
Yigit
Thanks, Yigit – it works beautifully :-)
Best regards,
Yth