This topic has 5 replies, 2 voices, and was last updated 3 months, 2 weeks ago ago by Goostaf
Hello, I’m sorry, we noticed the problem again after embedding the code from the previous topic: https://www.8theme.com/topic/how-do-i-align-the-price-and-the-cart-button-in-one-line/#post-400284
We have an image jumping on some products, how can I fix it?
Hi @Goostaf,
Please also add this custom CSS code:
body .content-product {
justify-content: start;
}
Hope it helps!
Thanks, it worked, but for some reason some products have a button at the bottom anyway
Hi @Goostaf,
Please find this custom CSS code:
@media (min-width: 980px){
.content-product .button.add_to_cart_button {
position: absolute;
right: 0;
bottom: 5px
}
And change to this:
@media (min-width: 980px){
.content-product .button {
position: absolute;
right: 0;
bottom: 5px
}
}
Hope it helps!
Great, thanks again!
The issue related to '‘The layout went after the edits in the last topic’' has been successfully resolved, and the topic is now closed for further responses