Get Rid Of Margin/Border
-
Hi guys,
I’ve just uploaded a video to my (dark coloured) website, and there’s an unsighly white border all around it.
All of my older videos seem fine, but if I re-upload one of them, they get the white border.
A couple of Screenshots:
Screenshot ONE with black border
Scrrenshot TWO with white border
I’ve manged to turn the white border back to black with the CSS:
pre:where(:not(.wp-block-verse)) {
border-left: 4px solid currentColor;
font-family: var(–wpex-font-mono);
font-size: var(–wpex-text-sm);
margin: 0 0 var(–wpex-el-margin-bottom);
color: #000000;
background: #000000;
padding: 20px;
}. . . but it would be nice to ‘lose’ the custom CSS.
Any ideas why it just started doing this?
And it’s NOT a version problem, as I tried using the previous version before taking the screenshots.
Thanks for any help.
- You must be logged in to reply to this topic.