Cart page section alignment problem

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:

  1. Go to Online Store

  2. Edit Code

  3. Find theme.liquid file

  4. 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.

It worked Moeed, thank you!

Here is the outcome (first picture), but it is not exactly the same of what is desired (2nd picture)

Hello, thank you for the reply, this is the same solution also provided by other experts, but the outcome (first picture) is not, though it is close, what we desired (2nd picture)