Customize CSS checkout page
-
Hello! How are you?
I’m trying to change the CSS of the woocommerce/elementor checkout page. I tried simply changing the CSS below:
.elementor-widget-woocommerce-checkout-page .e-checkout__container {
grid-template-columns: 56% auto;
}for this:
.elementor-widget-woocommerce-checkout-page .e-checkout__container {
grid-template-columns: auto 56%;
}However, it didn’t work… If anyone has a light, I’d really appreciate it!!!
Here’s an image of how you’d like it to look (smaller left side and larger right side):
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Customize CSS checkout page’ is closed to new replies.