Big Slide Left to right fonts Arabic

Posted in: Newspaper
Post count: 3

How can i put the fonts from left to right thanks

Post count: 7909

Hi,

Please try this custom css in Theme Panel > Custom Css: http://screencast.com/t/6W3DLBzHHj

.td-sbig-title-wrap {
right: 0px;
left: auto;
text-align: right;
}
.td-sbig-title-wrap .td-sbig-title{
float: right;
}

Thanks!

Post count: 3

thanks but its not working

  • This reply was modified 11 years by the_strom.
Post count: 7909

Hi,

Try to add !important like this:

.td-sbig-title-wrap .td-sbig-title{
float: right !important;
}

Thanks!

Post count: 15

Hi,
For RTL site i fixed all my problems automatically by using this plugin “RTLer” :

https://wordpress.org/plugins/rtler/

it’s great plugin, just follow those setups :
1- select “newspaper” from theme list in plugin panel.
2- check the “save file” case.
3- and click generate rtl.cc file

THAT ALL !!

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