Styling Help

Posted in: Newspaper
Post count: 56

Hey,

I would like to change a bit the styling of some Blocks.

In block1, i’d like the large image to be on the right side, and the list with small images be to the left of that.

How can i achieve that?

I attached an image, hope it will make things clear.

Thanks

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

Post count: 56

Worked like a charm! 🙂

Thanks alot!

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