mrkttnr Posted January 15 Posted January 15 Hi, Does anyone know how to get rid of this white boarder around the video? I already changed every background colour to green but it's still there. The video is set to insert as it was a bit blurry on full bleed. Website: HTTP://mrkttnr.com
cecilesablayrolles Posted January 15 Posted January 15 When inspecting the code, I can see margin added to this class: .background-width--inset:not(.content-collection):not(.gallery-section):not(.user-items-list-section) .section-background { top: 3vw; right: 3vw; bottom: 3vw left: 3vw; } Maybe try to update it with 0 into Custom CSS ?
mrkttnr Posted January 15 Author Posted January 15 I added the code and set it to 0 but it unfortunately didn't do anything.
Solution MayaViolet Posted January 15 Solution Posted January 15 1 hour ago, mrkttnr said: I added the code and set it to 0 but it unfortunately didn't do anything. Hi @mrkttnr I think you might have the background width set to inset - changing it to full width I think will solve this problem... but if it doesn't, this code will apply a fix: section[data-section-id="62b7422094e2396356c7ce98"] .section-background { left: 0 !important; right: 0 !important; bottom: 0 !important; }
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment