Hi- submenu items are not being centered between the vertical lines.
It looks like it’s left aligned (it’s touching the vertical divider line).
They used to automatically be centered so not sure how to change this back.
This issue is universal to wherevery fullwidth sub menu element is being used.
Here’s another example: https://www.fitforcommerce.com/news-events/
Thank you for you help!
Hey FFC,
Please change the code:
span.avia-menu-text {
margin-left: -12px !important;
}
to
#top #header span.avia-menu-text {
margin-left: -12px !important;
}
If you need further assistance please let us know.
Best regards,
Victoria
Hi- where exactly do I make this change so it updates all the fullwidth sub menus?
Hi,
That CSS is added in your Quick CSS box, please have a look there. Also, you have PHP code in the same box, please remove that:
add_theme_support('avia_template_builder_custom_tab_toogle_id');
Best regards,
Rikard
Thank you!! Fixed
Hi FFC,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
Victoria