How to get navi li to fill the menu for each media screen?
-
I’m having a hell of a time trying to figure this one out.
The top navigation menu buttons are all different sizes depending on the screen size. I have been using style.css in the child-theme. But only the @media for min-width: 992 seems to do anything, when I put:
@media only screen and (min-width: 768px) and (max-width: 991px) {
#navigation ul li a {font-size: .9em;padding: 10px 15px;}
}
and then try to change the padding, it doesn’t work.
The next thing I tried was moving over the layout.css file and adding the same heading as in the style.css file, but changing the @import to the original layout.css location. Also didn’t work
Any ideas on this? Thanks
- The topic ‘How to get navi li to fill the menu for each media screen?’ is closed to new replies.