How to get ‘Your Cart’ and ‘continue shopping’ in separate lines preferably, ‘your cart’ centre aligned and continue shopping left aligned,
Topic summary
A user seeks to reposition cart page elements: moving ‘Your Cart’ and ‘Continue Shopping’ to separate lines, with ‘Your Cart’ center-aligned and ‘Continue Shopping’ left-aligned.
Proposed Solution:
- Access Online Store → Edit Code → theme.liquid file
- Insert custom CSS code above the
</body>tag - The code targets cart page elements to adjust their layout and alignment
A screenshot demonstrates the desired layout change. The responder provides step-by-step instructions with code markup (though the actual CSS snippet appears empty in the conversation). The solution appears to address the alignment issue through theme customization.
1 Like
Hey @sanyabajaj
Follow these Steps:
-
Go to Online Store
-
Edit Code
-
Find theme.liquid file
-
Add the following code in the bottom of the file above tag
RESULT:
If I managed to solve your problem then, don’t forget to Like it and Mark it as Solution!
Best Regards,
Moeed

