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*

Can I increase header height?

Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #104950
    rowan
    Participant

    Hi theme horses!

    I want to increase the amount of space between the top navbar and the main navbar. In other words; when I set a background image at “Header background image”, I want more of the image to be visible. When I inspect the theme, it says it is set at 22px (under and above the site title). I’d like to change this to 100px under and above site title.

    I’m a newb, I tried a variety of things, but none of them worked. Is there a way to make it work?

    Thank you!

    #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!

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.