This topic has 8 replies, 3 voices, and was last updated 9 years, 11 months ago ago by Eva Kemp
Hi,
I would like the button “proceed to checkout’ in the shopping cart, smaller and centered.
I added css:
.checkout-button {
width: 60% !important;
margin-left: auto !important;
margin-right: auto !important;
}
But that doesn’t work. Can you help?
Regards, Myra
Hello,
Please edit your code to this one:
.checkout-button {
width: 60% !important;
margin-left: auto !important;
margin-right: 60px !important;
}
Regards,
Eva Kemp.
Hi Eva,
thank you, is looking good. Though, I had deleted the text above, earlier I used this css but now it doesn’t seem to work anymore:
.cart_totals table +p {
float: left;
display: none !important;
}
Regards, Myra
Hello,
Could you please clarify with more details what exactly you want to do and show us screenshots?
Regards,
Robert Hall.
Hi,
in the shopping card (http://www.bookzs.nl/winkelwagen/) I want to delete:
“Note: Shipping and taxes are estimated and will be updated during checkout based on your billing and shipping information.”
Here a screenshot: http://awesomescreenshot.com/0cd3zvmk7f
When I add this css in the editor, it doesn’t work:
.cart_totals table +p {
float: left;
display: none !important;
}
Thank you,
Regards, Myra
Hello,
I’ve added following code into style.css file of the Child Theme. Check it.
.cart_totals small{
display:none;
}
Regards,
Robert Hall.
Checked. Thank you!
Hello,
You’re welcome.
Regards,
Eva Kemp.
The issue related to '‘Button align center: css’' has been successfully resolved, and the topic is now closed for further responses