Help with Centering Product Page Content - Extra White Space on right Side

Hi everyone,

I’ve noticed that on my product page, the shop content is slightly shifted to the left. While my product itself is properly centered, there’s about 7% more white space on the right side. For instance, if there’s 100px of space on the right, it’s only around 93.3px on the left. Does anyone know how I can fix this by adjusting the content to the right?

Here’s my store preview link: https://www.rappid.run/collections/frontpage
Password: Password

Thanks in advance for any help!

Best,
Kim

Hi @KimGottwald

Please add this code to Custom CSS in Online Store > Themes > Customize > Themes settings and check again

@media (max-width: 749px) {
    .product__media-list .product__media-item {
        width: calc(100% - 2.8rem) !important;
    }
}