White bar between header and fort content section on blog posts

Hi,

In between the header and the first content section f the blog post there is a margin i am unable to get rid of

Have tried searching google for an answer but nothing has worked.

Any help you can offer is greatly appreciated.

thanks,

Brent

Hi Brent,

To get rid of it, you can add the code below in Theme Options > CSS

.entry-content {
    margin-top: 0;
}

I was able to find out what is causing it using google chrome inspect element. I am sending you some resources so you will be able to do it yourself in the future.

https://www.w3schools.com/css/

Hope that helps

thanks for the help

i use the safari inspector and was not able to identify the offending margin

Guess i’l switch to chrome

Brent

You’re welcome! :slight_smile:

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