Hello,

At first a big thank you for the green responsive theme; it is awesome!

I would like to center my menu navigation but I cannot find a way to do this,
can you find a moment to help me?

Kind regards,
RJ

Comments

ni3solanki’s picture

Hello RJ,

To make ceneter menu navigation, you should go inside .css file

follow that .css

#main-menu ul
{
float: none;
padding: 0;
margin: 0;
list-style: none;
font-size: 13px;
width: 100%;
text-align: center;
}

#main-menu li
{
position: relative;
float: none;
padding: 0;
margin: 0;
font-family: 'Vollkorn',arial,serif;
font-size: 18px;
display: inline-block;
}

Hope it will works..

Anks’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.