Home › Forums › Theme support › Centering Logo › Reply To: Centering Logo
Hi,
normally customization is not part of the free support, but its quite easy for this theme. Please go to WordPress admin -> Appearance -> Theme Options -> General -> Extra CSS content and add this:
#brand {
float:none;
with:100%;
}
#brand img {
margin-left:auto;
margin-right:auto;
}
#navleft {
float: none;
width: 100%;
max-width: 100%;
}
header ul#menu {
text-align:center;
}