Quantcast
Channel: WordPress.org Forums » All Topics
Viewing all articles
Browse latest Browse all 59525

Resized submenu not aligning center

$
0
0

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


Viewing all articles
Browse latest Browse all 59525

Trending Articles