How to control height of slide block

Posted in: Newspaper
Post count: 20

Hi

By default Slide block height is 580px which does suites my requirement.. How can i reduce it ?

Post count: 22421

Hi,
There is no option in the theme to change the slider height but it can be done with css:

.td_block_slide .td-slide-meta{
bottom:100px!important;
}
.td-theme-slider{
height:480px!important;
}

Thank you!

Post count: 20

Where is this Css file located

Post count: 20

I have added this code in css file but its not working.. Please see homepage silder

Post count: 22421

Please provide a link to your website so I can inspect the slider
Thanks.

Post count: 20

Css file had error in uploading.. now height has been decreased but content and block height is same..
how can i deacrease height of whole block.

below is the site url.. it will ask authentication
http://exploreheritage.in/
auth
user: admin
pwd: tomcat1984

Post count: 22421

Hi,
I have checked your site and the code works as expected: http://screencast.com/t/DEFPuonii
Please make sure you add the code in the theme panel ->custom css box and make sure all your previous code is properly closed before adding the new code.
Thank you!

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