• Does anybody know, why is in this theme above of each post (in the single-post view) an white band, with approximately 1 inch thickness? see here (the red marked area)

    1) I this an reserved place, when yes – for what?

    2) Or is there a simple way to remove this stripe from my whole theme?

Viewing 3 replies - 1 through 3 (of 3 total)
  • I recently had this same problem but found a solution. If you want to remove it completely just paste the following code in your css editor:

    .content-area {
    	padding-top: 0px;
    }
    
    .content-sidebar {
    	padding-top: 0px;
    }
    
    @media screen and (min-width: 846px) {
    	.content-area,
    				     .content-sidebar {
    		padding-top: 0px;
    	}
    }

    Hope this helps!

    Thanks!

    Thread Starter Hinti

    (@hinti)

    yeah, thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘why is there an 0.8 inch thick white senseless band ?’ is closed to new replies.