March 1, 2022 at 6:13 pm
#97429
Theme Horse Support Team
Keymaster
Hi Destino Nzonzidi,
You can upload the logo of the exact size you want or reduce the size through Custom CSS code then please go to ‘Appearance > Customize > Additional CSS’ and paste the below Custom CSS code.
.navbar-brand {
max-width: 250px;
}
To make the header content center please go to the same Additional CSS field as mentioned before and paste the below Custom CSS code.
@media (max-width: 991px) {
.navbar-head .navbar-head-row {
flex-direction: column;
}
.navbar-head .navbar-head-row > * {
width: auto;
}
}
To change the size of the Post Title please go to ‘Appearance > Customize > Typography > Font Size’ and change the size of ‘Post/Page Title’