Replies: 0
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