How setup max-height for module Slide

Posted in: Newspaper
Post count: 41

Hi,

How setup maxheigt for module slide?
http://prntscr.com/91wcmt

Kind regards

Post count: 23312

Hi john80,

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:650px!important
}
.td_block_slide .td-theme-slider{
height:650px!important;
}

You can adjust the height value as you want. Add the code above in Theme panel->Custom Css area like this:
http://screencast.com/t/VrMX0AJnx

The result should see here: http://screencast.com/t/TIDW2yyKUTe

Thanks!

Post count: 41

Hi,

Thank you.

Cheers

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