We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more

Title text align to right in cart hebrew language dawn theme

Solved

Title text align to right in cart hebrew language dawn theme

urbantis
Shopify Partner
220 0 65

I would like to adjust the text align of the cart title (highligted in gray in the pic) to the right in the cart of dawn theme.

image:

https://ibb.co/CKzFvgXq

shop https://tevadogshop.com

password gahpro

Thanks

 

Accepted Solution (1)
Rahul_dhiman
Shopify Partner
856 168 186

This is an accepted solution.

use this code
Go to online store ----> themes ----> actions ----> edit code ----> base.css
add this code at the end of the file and save.

@media screen and (min-width: 750px) {
cart-items .title-wrapper-with-link {
margin-left: 80rem !important;
}
}

Thanks

Want to modify or custom changes or bug fix on store . Or Need help with your store? Or -Want Complete Storefront

Contact here


BEST CUSTOMER ACCOUNTS APP WITH CUSTOM WISHLIST OPTION 
TRY OUR APP :

PWC: Customer Accounts & Pages

View solution in original post

Replies 7 (7)

devcoders
Shopify Partner
1654 190 520

Hello @urbantis 

Hello There,

1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset > base.css and paste this at the bottow of the file:

 

cart-items .title-wrapper-with-link {
align-items: baseline;
}

devcoders_0-1749899250643.png

 



Shopify Developer: Helping eCommerce Stores
If you need assistance with your store, feel free to contact us at devcodersp@gmail.com
WhatsApp No: +91 8516919310 If my assistance was helpful, please consider liking and accepting the solution. Thank you!
urbantis
Shopify Partner
220 0 65

Thank you for your reply, I added it but it's not changing the alignment to the right. Any thoughts?

devcoders
Shopify Partner
1654 190 520

Hello @urbantis 

1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset > base.css and paste this at the bottow of the file:

 

cart-items .title-wrapper-with-link {
align-items: baseline;
margin-left: 0!important;
}

 

devcoders_0-1749899857917.png

 

Shopify Developer: Helping eCommerce Stores
If you need assistance with your store, feel free to contact us at devcodersp@gmail.com
WhatsApp No: +91 8516919310 If my assistance was helpful, please consider liking and accepting the solution. Thank you!
urbantis
Shopify Partner
220 0 65

Thanks for your reply, the title of the cart is not aligning to the right, am I missing something?

Rahul_dhiman
Shopify Partner
856 168 186

Hello @urbantis 
Go to online store ----> themes ----> actions ----> edit code ----> base.css
add this code at the end of the file and save.

cart-items .title-wrapper-with-link {
margin-left: 80rem !important;
}

result
45.png

If this was helpful, hit the like button and accept the solution.
Thanks

Want to modify or custom changes or bug fix on store . Or Need help with your store? Or -Want Complete Storefront

Contact here


BEST CUSTOMER ACCOUNTS APP WITH CUSTOM WISHLIST OPTION 
TRY OUR APP :

PWC: Customer Accounts & Pages

urbantis
Shopify Partner
220 0 65

Thanks for answering, it works on desktop but it is destroying the cart in mobile, any thoughts?

Rahul_dhiman
Shopify Partner
856 168 186

This is an accepted solution.

use this code
Go to online store ----> themes ----> actions ----> edit code ----> base.css
add this code at the end of the file and save.

@media screen and (min-width: 750px) {
cart-items .title-wrapper-with-link {
margin-left: 80rem !important;
}
}

Thanks

Want to modify or custom changes or bug fix on store . Or Need help with your store? Or -Want Complete Storefront

Contact here


BEST CUSTOMER ACCOUNTS APP WITH CUSTOM WISHLIST OPTION 
TRY OUR APP :

PWC: Customer Accounts & Pages