HTML templates

hello guys, anybody knows how to customize the html templates to show correctly in LTR and RTL when language is switched? I have 3 columns in the header, once RTL language is selected all objects go upside down and shows ugly alignment,

I want to manage the RTL in the same template for header to maintain the objects in the right and the left when language is switched

Wasnt that this one: <p dir=“ltr”>Write this text right-to-left!</p>
I guess you could add that somewhere in your code…

thanks rr, will try it