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

    Hi Guys,

    When I turn on the phone number extra element option my mega menu gets cut off from the overview link.

    – Jesse

    #663128

    Hi jesseaborden,

    Please send us a temporary admin login so that we can have a closer look. You can post the details in the Private Content section of your reply.

    Regards,
    Rikard

    #663159

    Sure thing

    #663193

    Hi,

    Thanks for the information.

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    #top #header.av_header_transparency .avia_mega_div {
        width: auto !important;
    }
    

    Best regards,
    Jordan

    #663514

    Hi Jordan,

    That seems to work, but it is positioned too far to the right. Can you add a fix for that?

    #664628

    Hi,

    use this code:

    .avia_mega_div.avia_mega3.nine.units {
    left: -50px;
    }
    

    and adjust as needed.

    Best regards,
    Andy

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