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?
Hello @kpisces12 ,
- Go to Online Store->Theme->Edit code
- Asset->/theme-styles.scss.liquid->paste below code at the bottom of the file.
#add-to-cart-form {
display: block !important;
}
Thanks