What is the white coloured element under the footer?

Hi there.

Concerning the footer bar (media min 980) I have added a margin-right: 6vw, whereafter a white-coloured element appears. I was told this was due to the right bar in the header. But that right bar has been deleted and the white element remains. The theme color is not white, so I don’t understand what it is. Any hints?

Thanks.

Thank you so much for your help.

Hello @nblund,

Thanks for posting in! The white space is actually coming from your right margin inline CSS. The right margin of your Bar element is giving away 6vw of space which displays the white background color of the body.

If you do not want to see the white space, use padding-right: 6vw instead.

Best Regards.

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