Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #642624

    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:

    page

    The setup for this is:

    setup

    Have I done something wrong here?

    i

    #642630

    Hey IanWorthington!

    Please post the link to your page where we can see the issue

    Best regards,
    Yigit

    #642631

    Hi Yigit —

    It’s staged on a local machine with no remote access.

    #642682

    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

    #646184

    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

    #647224

    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

    #647249

    Much better. Thanks Vinay!

    Ian

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Megamenu link descriptions break subitem formatting’ is closed to new replies.