Centered Text & Prices on Alternate Shop Design
-
Hi I am using the alternative shop design, love the functionality but was just hoping to have all description, price and swap elements centred underneath image on category pages. I have used the below CSS to tidy it up, but is there a way align the prices and add to cart / read more element centered also under product description?
.basel-hover-alt .product-title { text-align: center;}
.basel-hover-alt .price {text-align: right; }
Hello,
Thank you for your question.
Sure, you can use this code snippet to center this hover effect information
.wrapp-swap {
display:block;
width:100%;
text-align: center!important;
}
.basel-hover-alt .price {
text-align: center!important;
}
Kind Regards
XTemos Studio
perfect thank you so much