How can I create space between the checkout button and Sezzle widget in the cart. My website is Projects817.com
Add this css to styles.css
.sezzle-checkout-button {
width: 100%;
margin-top: 7px !important;
}
or in theme.liquid before
.sezzle-checkout-button { width: 100%; margin-top: 10px !important; }Hi, Only1mrsfragili
Go to your theme > Edit code> Assets > Style.css .
And paste the code. Then save
checkout {
margin-bottom: 10px !important;
}
Hey, I tried this and it created the space between the two buttons but then caused the Sezzle button to be the width of the entire screen. How can we line it up so the size is the same as checkout?
