How to fix padding space on the right side

Hello, I’ve been trying to fix the padding on the side on my image and I have nit had any luck. Please help me!

Hi @VelocityAesthet

Please provide your store URL

Hi,

You can try this code

  1. Go to Online Store-> Theme->Edit code
  2. Asset-> theme.scss.css ->paste the below code at the bottom of the file.
#MainContent #shopify-section-feature-row > div{
    padding-right: 0;
    margin-right: 0;
}
#FeatureRowImageWrapper-feature-row {
    margin-right: 0;
}

https://velocityaesthetics.com/

omg you are amazing! thank you!

thank you soo much this worked perfect