October 18, 2021 at 4:56 pm
#93388
Theme Horse Support Team
Keymaster
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