• I would like to change the height of the header. In my site (bpml.club) but also in the preview there is a lot of unnecessary spacing between the top of the website and the top of the content. I would like to change that a bit. How can I accomplish this?

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter WP_Con

    (@wp_con)

    Found it!
    Found this in the style.css and changed height from 300 to 180

    #header{
    	margin: 0px auto 0px;
    	padding:0px;
    	height:180px;
    }

    Thanks for the great theme!

    I needed to know how to do this so thanks for posting. ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Changing the header height’ is closed to new replies.