Archived topic
White Gap on Top of the Page
1 reply · Started by Frauke on June 7, 2021
Hi there,
i did look all the posts for that problem, but nothing helped me with mine so i hope i can get a clue from you.
On the Page: https://aurira.ch/ there is this white gap on top of the page, exactly there where the adminbar would be. I cant get rid of it and i tried to play with every setting i could find.
It would be great if you can tell me what i have to change to get rid of that white bar on top of the Homepage (only Page affected)
Hi there,
the WP Rocket optimized CSS is messing with styles, first try clearing the WP Rocket cache. If that doesn't work then disable the Optimized CSS deliver option.
If theres still an issue then force overright the CSS with this:
.full-width-content .entry-content {
margin-top: 0 !important;
}