Hello @anassal
Could you share your site link so that I can check? Which theme are you using on your site?
Thanks
I use Botiga(free) theme, and you can check at categorizedshark.com/shop, for now it’s set as after add to cart button
-
This reply was modified 2 years, 8 months ago by
anassal.
Hi @anassal
Here is the CSS code with the fix:
.product-equal-height ul.products li.product .loop-button-wrap {
flex-direction: column;
}
.wc-buy-now-btn-archive.add_to_cart_button {
margin-top: 8px !important;
}
Could you paste these CSS codes inside your theme customizer additional CSS section and check is it resolved your issue or not?
Thank you
thanks, it solved my issue but there is one problem, see this screenshot:
https://snipboard.io/KGTh2A.jpg
the products are not aligned in line horizontally on mobile
It’s not related to our plugin, could you temporary disable the plugin and check is it resolved or not?
Thank you
After deleting CSS and deactivating the plugin:
https://snipboard.io/Gv1JEY.jpg
I don’t know if it’s right or not but now alignment is perfect by this CSS, please guide:
.product-equal-height ul.products li.product .loop-button-wrap {
flex-direction: column;
align-items: flex-end;
justify-content: flex-end;
}
.wc-buy-now-btn-archive.add_to_cart_button {
margin-top: 8px !important;
}
Great! you are on the right way.
Is there anything else that I can help you with?
Thank you
thanks, you can mark this issue as resolved
Thanks for quick responses