Resized submenu not aligning center
-
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!
BeeThe page I need help with: [log in to see the link]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Resized submenu not aligning center’ is closed to new replies.