Why is there white space on the right side of my phone's homepage?

Hi everyone,

I seem to be having a problem with my theme and the homepage on what seems to be phones only. It adds a white space down the right side of the screen (as shown in the screenshot). I’m using Pixel Unions theme Empire - Supply. My business is https://sizyclothing.com/ which is live right now with the current version. I’ve got a basic knowledge of HTML and CSS but a fix for this seems to be out of reach for me. I thought maybe it could be an app causing it? Regardless I appreciate anyone’s time who give me a hand on fixing this issue :slightly_smiling_face:

I hope you’re having a good day!

Hello There,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset >theme.css and paste this at the bottom of the file:
.shoppable-image--section {
overflow: hidden;
}

Wow what a quick response. It worked perfectly!

Thank you for your response. It’s good to know that it’s worked for you. Kindly feel free to get back to me if you need any further assistance.