January 12, 2016 at 11:04 am
#41241
Theme Horse Support Team
Keymaster
Hi itsremco,
Please use below Custom CSS to center the logo:
#site-logo {
float: none;
text-align: center;
}
#site-title a {
display: inline-block;
}
.hgroup-right {
float: none;
padding-right: 0;
}
#access {
float: none;
text-align: center;
}
#access li {
display: inline-block;
float: none;
}
#access ul li ul li {
display: block;
text-align: left;
}
.search-toggle {
top: 0;
}
@media only screen and (max-width: 767px) {
#site-logo {
float: left;
}
#access {
text-align: left;
}
}
Thank you!