How to make block 9 in 1 row?

Posted in: Newspaper
Post count: 92

Can you please advise if it is possible to make block 9 http://i.imgur.com/kCDjhkN.png be in 1 row instead of default 2 rows http://i.imgur.com/g1eS9le.png ?

Post count: 22421

Hello,

Unfortunately block 9 can only be on 1 row in a 1/3 column. (a sidebar) On a main column (1/1) or 2 columns, (2/3) the block will have 2 columns.
As an alternative, if you require a block with no featured image and on a single column, you can use block 11 and this css to customize it:
.td_block_11 .td-module-thumb{
display:none!important
}
.td_block_11 .td_module_10 .item-details{
margin-left: 5px;
min-height: 50px;
}

Result: http://screencast.com/t/0ZpsM637d

Thank you!

Post count: 92

Thank you. That works perfect!

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