On my cart page I would like “continue shopping” to be under “YOUR CART” and centered right below it
uRL is www.daughterofanangel.com
A user wants to reposition the ‘continue shopping’ button on their cart page to appear centered below the ‘YOUR CART’ heading.
Proposed Solution:
Another community member suggests adding CSS code to achieve this layout change:
.title-wrapper-with-link {
flex-direction: column;
align-items: center;
}
The solution includes a reference image showing the desired button placement. The discussion appears to be ongoing, awaiting confirmation from the original poster on whether this solution meets their needs.
On my cart page I would like “continue shopping” to be under “YOUR CART” and centered right below it
uRL is www.daughterofanangel.com
Hi @jennarose
Do you mean like this?
If it is try the code.
.title-wrapper-with-link {
flex-direction: column;
align-items: center;
}