How can I fix padding issues on two different sections?

Hello! I am having issues with some padding on 2 different sections. I’m hoping that someone will say that it’s a quick fix for both! Thanks so much in advance!

**** 1) I have a background video banner where there is white space on both sides of the video. I have the banner set at Full Page width but it does not stretch completely across the container

The css is:

video { display: block; padding: 0; margin: 0 auto; width: 100%; height: auto %; aspect-ratio: 16 / 9; }

**** 2) I added an image spacer section to my page but I have this tiny white space at the top and bottom of the image. The code in my liquid file is:

.image-spacer__container { padding: 0; width: 100%; } .image-spacer__container img { padding: 0; width:100%; }

{% if section.settings.image_spacer != blank %}

{% endif %}

{% schema %}
{
“name”: “Image Spacer”,
“class”: “image-spacer”,
“tag”: “section”,
“settings”: [
{
“type”: “header”,
“content”: “Image”
},
{
“type”: “image_picker”,
“label”: “Pick an Image”,
“id”: “image_spacer”
}
],
“presets”: [
{
“name”: “Image Spacer”,
“category”:“Image”,
“settings”: {
}
}
]

}
{% endschema %}

{% javascript %}
{% endjavascript %}

Hi @mbenton75 ,

Would you mind to share your URL wbesite? with password if its protected. I know you provide the CSS I just want to see my self the problem. Thanks!

Here you go:
https://r5hd3g70axjwsd0e-68969005372.shopifypreview.com

Thank you for the information.

Try this.

  1. From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
  2. Find the theme that you want to edit and click on “Actions” and then “Edit code”.
  3. In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
  4. And Save.
.container-full-width {
    padding: 0px;
}

.image-spacer__container img {height: 27px;}

Result:

I hope it help.

Hmmm,
I have made the edits and I have waited for a second (it appears to take a few minutes for changes to take place. I am still seeing this though:
[cid:17992e4b-bb86-492e-a19e-14ebe2461fb2]

Im not sure what was that.. just paste the code into base.css file clecksave then refresh the preview..