Home › Forums › WordPress Themes – Premium › Circumference › Primary menu font size bigger than 1em? › Reply To: Primary menu font size bigger than 1em?
January 12, 2015 at 6:03 am
#20861
Participant
Hi FST Medizin,
The problem is you are trying to increase the size of
.nav-menu li a {
display: block;
line-height: 1;
padding: 1em 0.75em;
text-decoration: none;
font-size: 1.2em;
font-weight: bold;
}
Thanks.