Reply To: Disable all elements, but still gap on the top

Home Forums Support Disable all elements, but still gap on the top Reply To: Disable all elements, but still gap on the top

Home Forums Support Disable all elements, but still gap on the top Reply To: Disable all elements, but still gap on the top

#228688
Tom
Lead Developer
Lead Developer

That white area is just your site content with nothing in it.

You can remove the white background color by adding this CSS to that specific page:

.separate-containers .inside-article {
    background-color: transparent;
}

You would have to ask the VC devs why they don’t use 100vh, as it comes from their CSS.