RTL – blocks CSS

Posted in: Newspaper
Post count: 3

Hi,
Thanks for the awesome theme.
i use Newspaper in RTL mode.
i have some issuse with blocks resposive on mobile too
rtl

Best regards.

Post count: 6600

Hi,

Try this css: http://screencast.com/t/ZkWegX9ZrStt

.td_block1 .span6 {
float: right;
}

.td_block1 .row-fluid [class*="span"]:first-child {
margin-right: 0px;
}

.td_block1 .row-fluid [class*="span"]:nth-child(2) {
margin-right: 6.857142857142857%;
margin-left: 0px;
}

Thanks

  • This reply was modified 11 years by Lucian.
Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.