Padding on responsive videos in impulse them (in mobile and desktop)

Hello,

We are using the impulse theme and find that when we add a video from Venmo it creates a large padding around the video via desktop and mobile.


?

NOTE: We tried fixing this last week however it caused an issue with going to carts to checkout.

Hi @aminomel

You can try follow this path:
Themes => edit code => asset => styles.scss.liquid
and add this code to bottom of the file styles.scss.liquid

.description div[style*="padding"] > .video-wrapper {
  position: unset;
  padding: 0;
}