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

    Hey, how are the team at Kriesi doing?

    I was building a mega menu today when i noticed it was not aligning properly? See private content :)

    #444848

    Hey Transformers Universe!

    Seems like something is messing with the CSS because it’s displaying correct just before the whole page is loaded. Could you please provide us with a temporary admin login so that we can take a closer look? You can post the details here as a private reply.

    Best regards,
    Rikard

    #444891
    This reply has been marked as private.
    #445000

    Hey!

    It does look fine on my end – http://i.imgur.com/UxQeyng.png
    Were you able to figure it out? :)
    If not, which browser and OS are you using?

    Cheers!
    Yigit

    #445465
    This reply has been marked as private.
    #447086

    Hi!

    please update Enfold to the newest version and afterwards upgrade your WordPress as well.

    To control your submenu use this code:

    .avia_mega_div.avia_mega2.six.units {
    left: -150px;
    }
    

    and adjust as needed.
    If you only want to control it for smaller screen sizes add media querries to the code:

    @media only screen and (max-device-width: 1024px) {
    .avia_mega_div.avia_mega2.six.units {
    left: -150px;
    }}
    

    and adjust “max-device-width” as needed.

    Regards,
    Andy

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