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: Can I increase header height?

#105600

Hi Rowan,

Just login to your admin site dashboard and go to Appearance > Customize > Additional CSS and paste the below custom CSS code to increase the header height. Also you can increase/decrease the digit value below as per your need.

.navbar-head {
    padding-top: 30px;
    padding-bottom: 30px;
}

Thank you!