Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #402293

    I have three menu items that are megamenus, and the rest are standard dropdown menus. The megamenus open at very strange angles – one opens basically centered below its parent link, another opens directly to the left, and the third opens almost completely off-screen!

    I’m using a boxed layout – is there a way to have all megamenus open with similar behaviour (ideally centered underneath their parent menu item)?

    Most importantly, I need all columns of the megamenu to be visible on the screen for multiple screen sizes (i.e. responsive).

    Thanks!

    #402700

    Hey vailjazz!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    #menu-item-35 .avia_mega_div.avia_mega3.nine.units {
    left: auto!important;
    right: -170px!important;
    }

    Cheers!
    Yigit

    #405422

    Thanks Yigit!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Megamenu runs off page’ is closed to new replies.