My site is in English and Hebrew. The gallery formatter is fine on the English site but on the Hebrew the words 'full image' show on the magnifying glass. How do I remove this? http://jspca.org.il/he/dogs/%D7%90%D7%9C%D7%90%D7%93%D7%99%D7%9F

Comments

Manuel Garcia’s picture

Just for the record, for rtl languages:

.galleryformatter-greenarrows .view-full {
    text-align: left;
}

I'm glad you found how to fix it.

This is something we should fix for RTL setups.

kscheirer’s picture

Do we need a greenarrows-rtl.css file created?