Remove whitespace at top and bottom of page

I use a custom header (pro).
There seems to be a whitespace area which I cannot identify, at the top and bottom of my page/design. It occurs on all posts and pages and I can’t seem to identify what element or class it is.

How can I REMOVE this whitespace and if not possible, how can I change its color?

Hi,

To remove the whitespace, you can add the code below in Theme Options > CSS

.hentry .entry-wrap {
   padding :0;
}

I came up with the code with the help of google inspect element. You might want to check the videos below

Hope that helps.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.