Hello, I’m trying to put the highlighted “custom liquid/icons” on the right side of the cart page (See attached image), but I could not figure it out, please assist, thank you!
Hey @Needtolearn
Welcome to Shopify Community! Can you share your Store URL so I can have a look on it? Also, if you have password enabled then please share the password as well. Your cooperation would be greatly appreciated.
Best Regards,
Moeed
Hi @Needtolearn , Can you kindly share your store link (with the password protected, if any) with us? We will check it and suggest you a solution if possible.
Hello Moeed, thank you for quickly responding, here’s the website - https://swanbag.myshopify.com/
Please try to place an order and check the cart page
password for the store is “boolland”
Thank you
Hello Shopify Expert, thank you for quickly responding, here’s the website - https://swanbag.myshopify.com/
Please try to place an order and check the cart page
password for the store is “boolland”
Thank you
Hey @Needtolearn
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
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
Best Regards,
Moeed
- Here is the solution for you @Needtolearn
- Please follow these steps:
- Then find the theme.css file.
- Then add the following code at the end of the file and press ‘Save’ to save it.
.bl-d-flex, .footer__payment-methods {
justify-content: right !important;
}
- Here is the result you will achieve:
- Please press ‘Like’ and mark it as ‘Solution’ if you find it helpful. Thank you.




