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: Changing arrangement of header

#66897

Hi @kleinebrummel,

please go to the Appearance > Customizer > Additional CSS and paste below custom css code:

.navbar-brand {
	padding-left: 80px;
	position: relative;
}
.custom-logo-link {
	width: 70px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
 	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
}
@media (max-width: 767px) {
	.navbar-brand {
		padding-left: 70px;
	}
	.custom-logo-link {
		width: 60px;
	}
}
@media (max-width: 575px) {
	.navbar-brand {
		padding-left: 60px;
	}
	.custom-logo-link {
		width: 50px;
	}
}

Let us know if you have any other queries regarding the theme.

Thanks