How can I further reduce video padding and center it on 4K monitors?

Hello everyone,

I’d need to remove a bit of default padding from a video on my homepage, it has already been set to 0 in “Customize” but I was wondering if I could go a bit further. It is also not centered on 4K monitors.

I tried with “position: responsive” but it didn’t work (absolute beginner here).

If anyone has a solution for both the padding and the centering it would be great. Website is orathepeople.com.

Thank you!

Hi @chia_really ,

Go to Assets > base.css and paste this at the bottom of the file:

#shopify-section-template--15729638637755__16609541985668f45d #vid {
  display: none !important;
}

Hope it helps!

Hey @LitCommerce , it did work! Also, now I have a lot to play with in that base.css file (carefully, obviously)! Thank you!

1 Like