Skip to main content

Make Shopify Checkout Fullwidth

Introduction

Follow this step to make Shopify style checkout fullwidth.

Step 1: Add CSS

Add this CSS to your website to make the Shopify style checkout fullwidth.

#bodycommerce-shopify-checkout.checkout-area {
padding: 0px !important;
margin: 0px !important;
}
#bodycommerce-shopify-checkout.checkout-area > .et_pb_row{
max-width: 100% !important;
width: 100%;
padding:50px !important
}
#bodycommerce-shopify-checkout.checkout-area .woocommerce-info.rspgpoints{
background: white !important;
}