How can I adjust the 'continue shopping' button placement on my cart page?

On my cart page I would like “continue shopping” to be under “YOUR CART” and centered right below it

uRL is www.daughterofanangel.com

1 Like

Hi @jennarose

Do you mean like this?

If it is try the code.

  • From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
  • Find the theme that you want to edit and click on “Actions” and then “Edit code”.
  • In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
.title-wrapper-with-link {
    flex-direction: column;
    align-items: center;
}
  • And Save.