Tagged: ,

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1090354

    I’ve got a mega menu with 3 columns. On ipad landscape view (or small desktop screen) the menu is falling of the screen to the right. How can I fix this?

    #1090545

    Hey spitsdesign,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    @media only screen and (min-width:990px){
        #menu-item-5261 .avia_mega_div.avia_mega3 {
            left: -400px !important;
        }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1090605

    Thanks Victoria. Problem solved.

    #1090715

    Hi spitsdesign,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

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