Why is my product page shifting to the side on mobile view?

Hi!

On the phone view my product page is able to shift to the side, this way it leaves a white space on the right. Can someone help me fix this issue?

www.withdahw.com
password: notforeveryone

Thanks in advance

Hi @mira777 ,

Edit the CSS properties in your theme as follows:

  1. file section-main-product.css lines 507 and 508, delete the property:
margin-left: -1.5rem;
margin-right: -1.5rem;
  1. file component-slider.css line 57, delete the property:
padding-left: 1.5rem;

Hope it helps @mira777