The grid RTL

hi currently the gid plugin settings for "the grid are set to LTR
and i need them all to be set to RTL
cannot find how to control them
your help please
the page http://2zug.co.il/
look at the bottom for the posts and see how the text is aligned to the left
i need all elements of the text to be aligned to the right
thanks
Amir

Hi @caspiton,

Thanks for writing in.

Please add this CSS to your global custom CSS,

.rtl .maren .tg-item-content-holder {
    text-align: unset !important;
}

Thanks!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.