• Hi there,

    I changed the size of the submenu for big screens (over 2000px) to cover only 80% of the screen, but I can’t get it to align in the center, which I believe it should do automatically, if I read through all the threads.

    The coding I used is the following (I added this to the main CSS coding of the theme I use: Bridge.)

    @media only screen and (min-width: 2000px) {
    .mega-sub-menu {
    max-width: 80%;
    margin: 0px auto;
    }
    }

    Thanks so much for the help!
    Bee

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author megamenu

    (@megamenu)

    Hi Bee,

    I think(?) you’d need to make the selector more specific so that it overrides the default one, and also add:

    margin-left: 10%;

    Regards,
    Tom

Viewing 1 replies (of 1 total)
  • The topic ‘Resized submenu not aligning center’ is closed to new replies.