News Ticker RTL Custom CSS?

Posted in: Newspaper
Post count: 10

Is there any way to make the Bewsticker RTL using custom CSS? Like the Trending Now title should show on the right side instead of left? And the post names inside as well should start from right.

Post count: 10

Using custom CSS I managed to move the News ticker over right, but I am still struggling with the page-nav. As highlighted in the image the arrows (page nav) are acting weirdly.

rtl ticker
https://imgur.com/fpgzqRd

Update: fixed the arrows too 😀

But I can’t move them over to left as shown in pic

https://imgur.com/7PWmZuK

I know this theme doesn’t fully support RTL, yet if someone can help me solve this little puzzle then it’ll be very appreciated 🙂

  • This reply was modified 6 years by izaan. Reason: update
Post count: 35449

Hi,

You can try this custom css
.td-trending-now-wrapper .td-trending-now-nav-right {
position: relative;
right: 800px;
}
.td-trending-now-wrapper .td-trending-now-nav-left {
position: relative;
right: 860px;
}

You can adjust the px after your needs.

Hope this will help you!
Thank you!

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.