Tagged: 

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #1040551

    Hello

    I have a mega-menu subnav that’s flying out to the right (all the others are working fine) and I can’t figure out how to pull it back in line like the others.

    It’s the ‘Schedules’ menu at http://www.sinclairstudio.com/.

    Thanks for any assistance.

    NIk

    #1040646

    Hey Translibrium,

    Please try the following in Quick CSS under Enfold->General Styling:

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

    Best regards,
    Rikard

    #1041860

    Hi Rikard.

    Thanks for your response (for some reason, although I signed up to receive email notifications for this thread, I didn’t get one from your reply).
    I copied the CSS into the Quick CSS but unfortunately this did not work.

    Any other ideas?

    NIk

    #1042305

    Hi,

    The CSS is applying fine on my end, please try clearing your browser cache and reload the page.

    Best regards,
    Rikard

    #1042615

    Hi Rikard.

    Weird.
    I’ve cleared my cache, viewed it in three different browsers (CHrome, Safari, Firefox) as well as on someone else’s machine and it’s not working in any of them.
    Can you please check again?

    Nik

    #1042685

    Hi Nik,

    Now it’s not applying anymore on my end either, where exactly did you put it? Please try it at the very top of the Quick CSS box:

    #menu-item-19 .avia_mega_div {
      right:auto !important;
      left:0 !important;
    }

    Best regards,
    Rikard

    #1043992

    HI Rikard.

    I moved it to the very top of Quick CSS but it’s still not working.

    I’ll add all my Quick CSS to the Private Content.
    Maybe there’s something in there that’s messing up the menu.

    Thanks

    NIk

    #1046124

    Hi,

    Thanks for the update.

    This css code should pull the mega menu towards the left.

    #menu-item-19 .avia_mega_div {
        margin-left: -38vw;
    }

    Best regards,
    Ismael

    #1046380

    Thanks very much Ismael.

    That worked!

    Nik

    #1046651

    Hi Translibrium,

    Glad that we could help :)
    Let us know if you need further assistance or if we can close this thread.

    Best regards,
    Nikko

    #1046953

    Looks good Nikko.
    You can close it.
    Thanks to all of you for the help.

    NIk

    #1047091

    Hi,

    Awesome! Glad we could help!

    Please take a moment to review our theme and show your support https://themeforest.net/downloads
    Don’t forget to bookmark Enfold Documentation for future reference.

    Thank you for using Enfold :)

    Best regards,
    Ismael

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Mega-menu subnav that's flying out to the right’ is closed to new replies.