Archived topic
Problem after update to 3.0 on site
3 replies · Started by Gary on October 6, 2020
Hi Guys
I am using <!-- merged header --> on a GeneratePress/Beaver Builder site. I upgraded to version 3.0 just now and I now have a white line at the top of my clients site that is approximately 12px high and I can't work out how to get rid of it.
This is a very important client to me so I would be grateful of some help urgently.
I have placed the URL in the private information below.
Cheers
Gary
PS I use <!-- merged header --> on lots of sites so this could be a big problem for me.
Hi there,
You have this custom CSS on your site:
.entry-content, .entry-summary, .page-content {
margin: 1em 0 0;
}
You may want to add this:
.full-width-content .entry-content, .full-width-content .entry-summary, .full-width-content .page-content {
margin-top: 0;
}
Let me know :)
Hi Tom
You my friend are an absolute hero! I was seriously worried there for a second.
No idea what that code is for because I built the site a couple of years ago but panic over. At least if it happens again I know where to look now.
Cheers
Gary
Glad I could help! :)