May 26, 2021 at 1:32 pm
#88923
Theme Horse Support Team
Keymaster
Hi Steven Bloomfield,
Though logo and advertisement section is bigger, you can upload the logo and advertisement of any size. If you really need samller sizes then please go to ‘Appearance > Customize > Additional CSS’ and paste the Below Custom CSS code.
.navbar-head .col-lg-4,
.navbar-ad-section {
-ms-flex: inherit;
flex: inherit;
}
.navbar-head .col-lg-4 {
max-width: 200px;
}
.navbar-ad-section {
max-width: 500px;
}
Thanks