After adding a title to my submenu items using a link description the formatting of the subitems appears broken, with the little arrow icon overlaying the text, viz:
The setup for this is:
Have I done something wrong here?
i
Hey IanWorthington!
Please post the link to your page where we can see the issue
Best regards,
Yigit
Hi Yigit —
It’s staged on a local machine with no remote access.
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
Adjust the margin left value to suit your design.
#mobile-advanced li > a:before, .html_header_mobile_behavior #mobile-advanced span > a:before, #mobile-advanced .mega_menu_title:before {
margin-left: -15px!important;
}
If this does not help we need to be able to inspect them in order to help. We will keep this ticket open, please get back to us when we can view the site online so we can further investigate this issue.
Best regards,
Vinay
Hi Vinay —
That does not, unfortunately, fix the problem.
I’ve staged my development to http://theemeraldemporium.co/staging and created an admin account for you, details below.
Ian
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.avia_mega_div .avia-bullet {
margin-top: 8px!important;
left: -12px!important;
Best regards,
Vinay
Much better. Thanks Vinay!
Ian