Remove border around slider

Posted in: Newsmag
Post count: 3

Border

Hi there!
Wondering how I remove the border around the slider. I want the slider to fill the space and leave no white border.

Cheers

Post count: 7909

Hi,

We know about this issue and we will try to fix it.
The slider is designed by javascript and it is difficult to find a css solution for this. You can try this custom css that remove the border, but you will see a part of next image on slider: http://screencast.com/t/g53nxrPPRgX

.td-pb-row [class*="td-pb-span"]{
border-left:0px !important;
}
.td_module_wrap.td_module_slide.td-image-gradient{
width: 1021px!important;
}
.td-theme-slider.iosSlider-col-3.td_mod_wrap{
width:1021px!important;
}
.td_block_slide{
z-index: 1;
}

Hope this helps!

Post count: 3

Thanks a lot! Good enough for now!

Problem is that I don’t know where to put it. When I put it in style.css the responsiveness disappears on the slider.

Tried putting it in the right @media but couldn’t get it to work!

Post count: 7909

Hi,

Paste css code in Theme Panel > Custom Css: http://screencast.com/t/lhWXIiil

Thanks!

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