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: Head Size Size and new Style

#74623

Hi @vitor-fernandes-5238,

To reduce the top and bottom padding of Navbar Head then please go to ‘Appearance > Customizer > Additional CSS’ and paste the below CSS code.

.navbar-head,
.navbar-head.navbar-bg-set {
	padding-top: 10px;
	padding-bottom: 5px;
}

Thanks