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: Post Title Size, resize Logo and make it in the middle on mobile phone

#97429

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’