How to move headline in image with text in dawn theam

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

  1. Go to Online Store->Theme->Edit code
  2. 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!

Hello,
I pasted this text at the end of the file and saved it, but there is no change. :disappointed_face:

@kelev

yes, please remove last one code and try

.image-with-text__content--desktop-right>* {align-self: flex-start !important;}

After Code view

Great!

It worked. thank you very much!

Hi @kelev ,

Have you tried my code? it will work fine.