Empty space after resizing the slide widget

Posted in: Newsmag
Post count: 25

Hello,
I am using the tagdiv slide widget on the sidebar. I wanted to resize the <tagdiv> Slide widget and followed the instructions provided here https://forum.tagdiv.com/topic/how-to-resize-tagdiv-slide-widget/#post-33410
I was able to resize the height of the widget to 300px, However now there is an empty space between the slide widget and the text element that comes after that on the sidebar.
[IMG]http://i68.tinypic.com/dwuvy9.jpg[/IMG]
It appears that the widget was made smaller but the container of widget remains fixed at 350px.
Can I reduce that as well and remove the empty space?
Kind regards,
My website http://kanalfinans.com

Post count: 6535

Hi

Try this css in theme panel > custom code > custom css: http://screencast.com/t/RWEQtJ9M527

.td-theme-slider.iosSlider-col-1{
height: 300px!important;
}

Let me know how it goes.
Thanks!

Post count: 25

Yes, that did it. It looks just fine now. Thank you!

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