Product Page Mobile > Desktop Issue (Sense Theme)

Alright, I need help. I tried to diy code and i’m bad so i messed up and i have absolutely no idea how to fix it haha. My mobile looks amazing (except for like 1 or 2 things) but the desktop is super skewed because I was only referencing my mobile while updating the code. The product pages details are mobile formatted on desktop. Here’s the link:

https://ultasmile.com/products/three-sided-toothbrush

How do i get it looking back to normal for desktop ( product details on the right, and looking not super tight)

Thank you so so so much in advance!

Hello @Ultasmile

Please use below code on assets → base.css at the bottom to change desktop layout

@media screen and (min-width: 990px){
.product__info-wrapper {
padding-left: 0 !important;
}
}

Thank you so much!!