hi, is it possible to put the text ‘your bag is empty’ and ‘continue shopping’ a bit more towards each other? the space in between is a bit to much
https://winandgetrich.com/cart
no code needed for website
@winandgetrich - add this css to the very end of your base.css file and check
.cart__empty-text {margin-bottom:0 !important;}
This is Victor from PageFly - Landing Page Builder App
You can try this code by following these steps:
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file base.css
Step 3: Paste the below code at bottom of the file → Save
h1.cart__empty-text {
margin-bottom: 0 !important;
}
Hope that my solution works for you.
Best regards,
Victor | PageFly
