Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1281512

    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!

    #1281711

    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

    #1282038

    Hi- where exactly do I make this change so it updates all the fullwidth sub menus?

    #1282366

    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

    #1282846

    Thank you!! Fixed

    #1282892

    Hi FFC,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.