Support Forum

For all questions related to themes and plugins!

Enter search keyword e.g. "footer color".

  • Registration is Required

    Registration is required to post questions to support forum. ThemeForest buyers also need to obtain Purchase code to be able to post on forum.

    Please read here how to obtain Purchase code.

#2964
Robert Kavgić
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