Resize slide block

Posted in: Newspaper
Post count: 1

Hi,

I´d like to resize de slide block from 168x580px to 1068x350px. How can i do that?

Thanks

Post count: 22421

Hello,

It can be done with custom CSS but it will maybe create other problems along the way. It was not meant do be styled like that.
Use this custom CSS:

.td_block_slide .td_module_slide{
height:350px!important
}
.td_block_slide .td-theme-slider{
height:350px!important;
}

Add the code in the theme panel ->custom css box
Result: http://screencast.com/t/K0fD1T2Mzoj

Thanks.

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