Private: Home › Forums › WordPress Themes › Metropolis – Clean Multipurpose WordPress Theme › Add more main menu items without second row appearing › Reply To: Add more main menu items without second row appearing
May 19, 2015 at 11:37 pm
#2964
Participant
Hello,
Paste the following code to “Appearance – Theme Options – Appearance -> Custom Styles” box:
#nav {
width: 100%;
}
#nav li {
padding-right: 0;
}
Your menu items should be now displayed in one line and evenly.
Robert