How to resize [tagDiv] Slide widget

Posted in: Newsmag
Post count: 30

I need to resize the [tagDiv] Slide widget to display my featured images properly, mostly the height. I need a quick response pls

Post count: 6600

Hi,

You will need to alter the thumb dimensions for the widget slider from here: http://screencast.com/t/Cr3AHCstq4al
Then regenerate thumbnails: https://forum.tagdiv.com/how-to-fix-strange-thumbnails/
Then alter the container height via css. You can use the css from below for it:

.td-theme-slider.iosSlider-col-1 .td_module_slide {
height: 450px;
}

This is not easy if you don’t have basic php/html/css knowledge so I suggest to make a backup and get some to help you with hit if you don’t know how to do it yourself.

Thanks

Post count: 30

Thank you 🙂

Post count: 30

done!

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