How to decrease the slider height ?

Posted in: Newspaper
Post count: 24

Dear,

I try to change the height of slider on https://www.beart.fr/ to 300px

From TD composer the bloc id it is td_bloc_slide, this component do not own a height settings.
So I try to add an extra css class: slidershow


.slidershow {
height: 300px !important;
}

While the component get the expected height the title disapeared !

Thanks for your help

Post count: 24

update css code

.slidershow, .td-theme-slider,.td_module_slide .td_block_inner{
height: 300px !important;
}
.td_module_slide {
height: 300px !important;
}

Post count: 24

Ok finally found the right settings without to use css named image height from the tag div composer

Post count: 20688

Hi,

The slide has a setting for the height – http://prntscr.com/mgeidv
So you could set a height there, no need for CSS. If I misunderstand something please correct me.

Thanks

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