Support Forums for LiveMesh Themes & Plugins › Forums › Extinct Theme Support › Header changes › Reply To: Header changes
January 8, 2014 at 12:52 pm
#3659
Moderator
To center the logo/menu (hope that’s your requirement) – here is my quick CSS to insert the following into Custom CSS panel in theme options panel –
#site-logo {
display: block;
float: none;
margin: 0 auto;
text-align: center;
width: 172px;
top:20px;
}
#primary-menu {
float: none;
margin: 0 auto;
text-align: center;
display: inline-block;
top: 10px;
}