Jump to content

How to get rid of the white edge around the video background?

Go to solution Solved by MayaViolet,

Recommended Posts

Posted

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

Screenshot 2024-01-15 at 16.43.29.png

  • Replies 4
  • Views 1.4k
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Posted Images

Posted

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 ?

  • Solution
Posted
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;
}

 

Create an account or sign in to comment

You need to be a member in order to leave a comment


×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.