Slider text alignment with translation Plugin?

Home Forums All Other Themes Slider text alignment with translation Plugin?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #158150
    RachelRachel
    Participant
    • Topics: 43
    • Replies: 108
    • Total: 151
    Member since: October 25, 2019

    hi, I’m using a translation plugin on this site: https://greendoctors-london.org/ar/

    You can see that for the right to left languages like Arabic, the slider text moves to the right, overlapping the image of the person. See image: https://imgur.com/Kjj5SZU

    I asked the Plugin developer https://translatepress.com/ for a fix and they suggested this CSS (for Arabic):

    .translatepress-ar .slidedesc {
    text-align: right !important;
    }

    However it does NOT work. Can you suggest any amends to the CSS that may be needed? thanks

    Rachel

    #158273
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30633
    • Total: 30633
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:

    .rtl .slider-main .nivo-caption .nivo-caption-content {
        float: left !important;
    }

    Regards,
    Dave

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.