I have a video on my homepage and there’s white space underneath which I’m trying to remove. how can i get rid of this?
Topic summary
White space appears beneath a homepage video; the goal is to eliminate it.
Context: No code or layout settings were shared. A screenshot was provided showing the extra spacing below the video.
Suggested approach: Inspect CSS on the video element and set margin and padding to 0px.
If the video itself has no extra spacing, check the parent section/container and also set its margin and padding to 0px.
Rationale: Unintended whitespace commonly comes from CSS margins (space outside an element) or padding (space inside an element’s border).
Status: No exact fix given due to missing code; no confirmation from the original poster. The issue remains open pending CSS inspection and adjustments.
Hi Crebecca,
It is difficult to give the exact solution without viewing the code or accessible options.
My best advice would be to check all padding and margin values that could be set on the video element and set them to 0px.
If there is no padding or margin on the video, click on the section that is containing the video element and check the padding and margin on the section itself - make this 0px too.
Often whitespace is caused by paddings or margins that we either forgot or didn’t realise were set.
I hope this helps!
