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

    Hi,
    My mega menu is too wide on the iPad portrait and I need to modify it. Can you give me the code to modify?

    #488652

    Hey thecszone,

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

    @media only screen and (min-width: 768px) and (max-width: 1024px) {
    #header .twelve.units {
        width: 768px !important;
    }
    }

    Thanks,
    Rikard

    #491129

    Works perfectly, thank you. You can close the thread!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Width of Mega Menu on tablets’ is closed to new replies.