Cara membuat halaman checkout woocommerce 1 kolom
Untuk membuat Cara membuat halaman checkout woocommerce 1 kolom
Silahkan tambahkan code css berikut di custom / style theme anda.
/* one column checkout page */
.woocommerce #customer_details.col2-set .col-1, .woocommerce-page #customer_details.col2-set .col-1,
.woocommerce #customer_details.col2-set .col-2, .woocommerce-page #customer_details.col2-set .col-2 {
clear: both;
float: none !important;
width: 100% !important;
margin-right:0 !important;
text-align: left;
padding-bottom: 20px;
}
itulah code css untuk membuat page checkout woocommerce 1 kolom



Leave a Reply
Want to join the discussion?Feel free to contribute!