is there a way to align the price and the add to card button in the center?
This topic has 13 replies, 5 voices, and was last updated 9 years, 10 months ago ago by Eva Kemp
is there a way to align the price and the add to card button in the center?
Hello Nira,
please show on screenshot what results do you want to achieve.
Regards,
Stan Russell.
Hello,
Try to use this code in Custom CSS for desktop:
.product-information .price {
text-align: center;
}
button[type="submit"] {
float: none;
margin-left: 75px;
}
Regards,
Eva Kemp.
I add a picture
Hello,
Please add this code in Custom CSS for desktop:
.product-information .cart button[type="submit"] {
float: none;
margin-left: 75px;
}
Regards,
Eva Kemp.
Thank you !
Hello,
You’re welcome!
Regards,
Robert Hall.
If i change the value to 75px it also change in the categorie section.
But it only have to change in the singel product page.
Is that possible
Hello,
Try to add the following css code:
.single.single-product .product-information-inner {
text-align: center !important;
}
Best regards,
Jack Richardson.
Hello,
Can you tell me how to remove the lines and tekst, shown in the picture
Hello Nira,
please add this code in Custom CSS for desktop:
.single-product .product-information .cart{display:none}
.single-product .tabs-nav{display:none}
Regards,
Stan Russell.
Done!
Thanks again!
Hello,
You’re welcome.
Regards,
Eva Kemp.
The issue related to '‘Alignment Singel product’' has been successfully resolved, and the topic is now closed for further responses