This topic has 12 replies, 3 voices, and was last updated 10 years ago ago by Eva Kemp
Hi all,
I want to find out if there is a way to center align the text on the product pages. The name, price and button. I know its placed by margins but i would like to have centered correctly.
Thanks
Gus
Hello,
Please provide us with link to the page where you have products with name, price and button.
Regards,
Robert Hall.
Hi Robert,
here is the link http://stagingmonkey.that-guy.co.za/product-category/bath/skincare/
i need to be a standard on all product category pages.
Kidn regards,
Gus
Hello,
Please add this code into custom.css file:
.products-grid .product .product-name, .products-grid .product .add-to-container {
text-align: center !important;
}
How to create custom.css you can watch in this tutorial.
Regards,
Eva Kemp.
Thank you for this
Hello,
You’re welcome!
Regards,
Robert Hall.
Hi All,
Thanks for the help with this but it appears that it only worked on the categories but not on any of the other pages. the home page for example is one of the areas http://stagingmonkey.that-guy.co.za/
Can we do this site wide for the products please
Hello,
You can try to use this code in custom.css:
.container {
width: 1150px;
}
Regards,
Eva Kemp.
Hi Eva,
that didnt do much. I dont get why it would work for the categories but the rest of the site it doesnt.
Let me know if there is any other solution that will work.
Hello,
Please clarify. Do you want to stretch the products layout?
Please specify how exactly it should be done.
Thank you.
Regards,
Eva Kemp.
Hi Eva,
As shown in the image the product title and add to cart are not centered like they are on the product category page. This makes it inconsistent across the site.
Kind Regards,
Gus
Hello,
Please add this code into custom.css file:
.slide-item .product .product-name, .slide-item .product .add-to-container {
text-align: center !important;
}
Regards,
Eva Kemp.
The issue related to '‘product page center align text’' has been successfully resolved, and the topic is now closed for further responses