- This topic has 1 reply, 2 voices, and was last updated 9 years, 5 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Home › Forums › All Other Themes › Center buttons in top menu/navigation bar
http://apiaryproductionsllc.com/
I have a lot of empty space to the right of my last button (Contact) on the top nav bar. I would like all of the buttons centered (shifted to the right).
Thanks.
Kindly go to Appereance>>Theme Option>>Basic Setting>>Custom CSS Box
Add this code there:
.header .header-inner .nav ul { display:table; margin:auto;}
Regards,
Shri