This topic has 3 replies, 2 voices, and was last updated 5 months ago ago by Goostaf
How do I align the price and the cart button in one line?
Hi @Goostaf,
Please try adding this custom CSS under XStore > Theme Options > Theme Custom CSS > Global CSS:
@media (min-width: 980px){
.content-product .button.add_to_cart_button {
position: absolute;
right: 0;
bottom: 15px
}
}
Hope it helps!
Thank you!!!
The issue related to '‘How do I align the price and the cart button in one line?’' has been successfully resolved, and the topic is now closed for further responses