tagdiv slide gallery: customizing width

Posted in: Newspaper
Post count: 7

Hello, I’d need to customize “tagdiv slide gallery” width to give it a better aspect on my website, before messing with CSS I’d like to know if is there any fast solution to manage with this. Thank you.

Post count: 7909

Hi,

I’m not sure what you mean to change the width of tagdiv gallery. This slider was designed to be used on 2 columns(with sidebar) or 3 columns(post full width – without sidebar) like you can see on our demo: http://demo.tagdiv.com/newspaper/tablet-sales-surged-in-the-first-quarter-of-2013/http://demo.tagdiv.com/newspaper/services-allow-you-to-do-things-like-scan-a-document/
You can try to customize how you wish using css code as there is not a fast(or easy) solution for this.

Thanks!

Post count: 7

I’d need the gallery (2 columns) to be 600 px wide instead of 700px

Post count: 7909

Hi,

Please try this custom css in Theme Panel > Custom Css: http://screencast.com/t/60T9g7l9

.single .td-slide-on-2-columns{
width: 600px;
}
.single .td-slide-on-2-columns .td-doubleSlider-1 {
width: 600px !important;
}
.single .td-slide-on-2-columns .td-doubleSlider-2{
width: 600px !important
}
.single .td-slide-on-2-columns .td-doubleSlider-1 .td-slide-galery-figure{
width: 600px !important;
}
.single .td-slide-on-2-columns .td-slide-item {
width: 600px !important;
}

Thanks!

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