badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Reply To: Center logo

#41241

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!