Hi, how can I make the order button on the checkout page to be full width?
Hey DROR,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
CSS Snippet:
/* CSS - Full width checkout button */
#top .woocommerce-checkout-payment .button {
display:block;
width:100%;
text-align:right;
}
/* End CSS */
Result:
Best regards,
Vinay
Thanks. how can I make the button font bigger?
Hi,
Add this to quick css:
#place_order{
font-size:20px!important;
}
Best regards,
Jordan Shannon