Reply To: Header changes

#3659
Raghavendra
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;
}