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: Need my Logo to the left of my title , Thanks in advance for your help.

#93388

Hi Hird419,

Please go to ‘Appearance > Customize > Additional CSS’ and paste the below Custom CSS code.

.navbar-head-row col-lg-4 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	text-align: center;
}
.navbar-head-row .navbar-brand {
	display: inline-block;
	position: relative;
	padding-left: 110px;
}
.navbar-head-row .custom-logo-link {
	position: absolute;
	top: 50%;
	left: -55px;
	width: 185px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
}
.site-title,
.site-description {
	text-align: left;
}

Thanks