Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #713203

    Hello,

    Despite deleting all my quick css and trying several solutions that appear in the forums the submenu that appears when I roll over the menu button on the far right is mainly off the screen and unusable – and I have no idea why :S
    Any help as ever much appreciated. I have created an admin login and posted it below which might hopefully help.

    https://www.dropbox.com/s/x03z0ezyxig6sx6/sna%20submenu.png?dl=0

    #713403

    Hey j-keogh,

    Could you post a link to the site in question so that we can take a closer look please?

    Best regards,
    Rikard

    #713502

    of course – sorry I didn’t do it initially

    thank you

    #713810

    Hi,

    I’m not sure why that is happening but I’m guessing you have made customisations to the menu? Please try this in Quick CSS:

    #menu-item-3406 .avia_mega_div {
      left: 0 !important;
    }

    Best regards,
    Rikard

    #715405

    I’m sorry but that didn’t work. The problem is still the same. I honestly don’t think that I’ve customised the menu in any way – I simply don’t have the skills or knowledge to even attempt that!
    Thanks again for all your help in trying to resolve this.
    Jim

    #716398

    Hi Jim,

    I have added this code in your Quick CSS:

    @media only screen and (min-width:1180px) {
      #menu-item-3406 .avia_mega_div {
        left: auto !important;
      }
    }

    It should work fine now. Just let us know if this is good on your end too :)

    Regards,
    Nikko

    #716914

    looks fine thank you so much.

    #716999

    Hey!

    Glad we could help :)

    Cheers!
    Nikko

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘mega menu submenu is off page to right’ is closed to new replies.