Some CSS issue

Posted in: Newspaper
Post count: 9

I am using the RTL version of your theme, still some of the part are in LTR.
please check this image.
http://www.screencast.com/t/DPLto8P4qfv

I want to change like this instead of current one.
http://www.screencast.com/t/j4LHt0eN

Now first post is in the wrong side.

Post count: 6600

Hi,

Unfortunately that is not an easy task because that alignment comes from theme’s grid which has an exact layout and you will need custom work to change that.
This involves changes the html and style of that block and make it responsive then test it, like I said, it’s not an easy task.
I can give you an example on how you would have to target the columns using css as a staring point but I haven’t tested this and I can’t let you know how it would behave: http://screencast.com/t/MbtoiNs9

.td_block1 .row-fluid [class*="span6"]:first-child {
float: right;
}

.td_block1 .row-fluid [class*="span6"]:nth-child(2) {
margin-left: auto;
}

Unfortunately we cannot offer custom work as we work hard on the development, updates, fixes and support. We suggest to hire a developer from sites like: http://studio.envato.com/ if you don’t know how to do it yourself.

Sorry about this!
Thanks for understanding!

Post count: 9

okay. never mind

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