Site logo

Archived topic

White bar on top of the page

1 reply · Started by Marcus on April 25, 2019

Viewing posts 1–2 of 2

Hi,

I get a white bar on top of my page. Do you know why and how I can solve the problem?

Thanks!
Marcus

Hi there,

You have a fb-root element which is adding margin.

Try adding this CSS:

#fb-root {
    margin: 0;
}
This archived topic is closed to new replies.