Okay
  Public Ticket #2841177
Team Member Bio Not Displaying (Arabic Language)
Closed

Comments

  •  2
    Lee started the conversation

    On this page of my website presented in the Arabic language the TEAM MEMBER function is not working properly.

    https://stagecraftcreative.com/ar/حول/?tab=العاملين

    When you click on the Team Member Picture the lightbox pops up, but where the image is normally on the right side and text on the left, for some reason it appears the the image is now on the left covering the text.

    Some background info that may help. I'm using the WPML plugin... Arabic reads from right to left so maybe that has something to do with it?

    Any help would be appreciated. Thank you.

  •  2,961
    Andrew replied

    Hi Lee,

    Thanks for writing in.

    Try using the following CSS.

    html[lang=ar] .nectar_team_member_overlay .team_member_details {
        left: 50%;
    }
    

    Regards,

  •  2
    Lee replied

    Thanks Andrew, that worked like a charm.