June 15, 2023 at 6:00 pm
#105600
Theme Horse Support Team
Keymaster
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!