Text is moving to the right side of screen

The text for my product descriptions are moving to the right side of the screen. It’s doing that on desktop and mobile. It appears then immediately moves to the right when I scroll down. Can any help me fix this asap?

https://www.houseofkrowns.com/products/brittany-ready-to-ship-6x6-transparent-lace-closure-wig?variant=41469903241369

Hello @kpisces12 ,

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme-styles.scss.liquid->paste below code at the bottom of the file.
#add-to-cart-form {
    display: block !important;
}

Thanks