Resizing Featured Posts Slider

Posted in: Newspaper
Post count: 107

Good afternoon everyone,

Can you you please tell me how to modify the height of the slider.

From default 700px × 357px

to 700px × 500px

PS. Do you have a showcase of Newspaper theme websites?

Thanks x

Post count: 6600

Hi,

I believe you want to make the slider the same size of the image in the right from your homepage. In that case the height should be 416px if you want 500px just modify the height in the css from 416px to 500px.
Add this custom css in Theme Panel > Custom CSS:

.td_normal_slide .iosSlider-col-2,
.td_normal_slide .iosSlider-col-2 .item {
height: 416px !important;
}

Also go to functions.php file and change the images size like this: http://screencast.com/t/iHzRmY8GwF44
Then you have to regenerate your thumbnails like this: https://forum.tagdiv.com/how-to-fix-strange-thumbnails/
Hope this helps!
Thanks

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