Making menu buttons larger
-
Hello, I’m using the adventurous theme and wanted to make the menu buttons larger. (my website is https://www.codedgames.com) To make it larger I changed this code:
#header-right .widget .menu li {
font-size: 14px;
font-size: 1.4rem;
}to this:
#header-right .widget li {
font-size: 14px;
font-size: 1.4rem;
}
#header-right .menu li {
font-size: 20px;
font-size: 2.0rem;
}This change did make the font larger but now I’m having some problems. Doing this made the whole menu bar larger so now my websites logo and search button are nolonger centered in the bar. How can I fix this?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Making menu buttons larger’ is closed to new replies.