Home › Community Forums › Epik Theme Support › Change text-align in navigation menu › Reply To: Change text-align in navigation menu
August 19, 2013 at 12:09 am
#6644

Customer
There is padding on the right but not on the left. So look in your css around line 1015 and remove the “0”
#nav .genesis-nav-menu a {
padding: 14px 20px 14px 0;
padding: 0.875rem 1.25rem 0.875rem 0;
}
Like this –
#nav .genesis-nav-menu a {
padding: 14px 20px 14px;
padding: 0.875rem 1.25rem 0.875rem;
}
I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com