How do I move the text "Free (within Sweden)" all the way to the right side, under the price?

Link: https://mdnzn6tes8a76khb-65734639831.shopifypreview.com

1 Like

Hi @OneCap

Try this one.

  • 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:
.cart-drawer-modal.cc-popup .cc-popup-content {
    text-align: end !important;
}

Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!

1 Like

Possible to have the text “SHIPPING:” stay back to the left?

1 Like

Another question I have for you is: Do you know how to add payment icons under the check out button?

That is a whole sentence, in order to separate that you need to edit the HTML code.

1 Like

That needs a developer to add the icons and links for the payment. Thanks!

1 Like

How do I do that?

how do i do that?