kelev
1
Hello,
I’m struggling to move the headline to the right to align with the text under it.
this is the page -
https://shop.kelev.co/products/id-collar
The text that I’m having a problem with is in Hebrew and he goes like this -
חדשני. פשוט. יעיל.
I’m also using the right-to-left app that makes all the adjustments to right-to-left languages.
I would love to get some help.
Have a nice week
ELI.
@kelev
yes, please try this code
- Go to Online Store->Theme->Edit code
- Asset->/base.css ->paste below code at the bottom of the file.
.image-with-text__content--desktop-right>* {flex-start !important}
Hi @kelev ,
Go to Assets > base.css and paste this at the bottom of the file:
.image-with-text__heading {
align-self: flex-start !important;
}
Hope it helps!
kelev
4
Hello,
I pasted this text at the end of the file and saved it, but there is no change. 
@kelev
yes, please remove last one code and try
.image-with-text__content--desktop-right>* {align-self: flex-start !important;}
After Code view
kelev
6
Great!
It worked. thank you very much!
Hi @kelev ,
Have you tried my code? it will work fine.