Need help Big Slider

Posted in: Newspaper
Post count: 20

Hi,

I can’t make the big slider look like in the Newspaper demo, can you help? please check: healthie.org

Thank you.

Post count: 6600

Hi,

What version of Visual Composer are you using? I have checked your site and seems like you have some padding and also an box-sizing that prevents the big slider images from aligning like it should http://screencast.com/t/9qUlUqLVZi0C

You can use the custom css at the end in theme panel > custom css filed to fix this but it would be better if you figured out where this comes from and fix it from there otherwise you would encounter other issues.

My guess is that you are using a newer version of Visual Composer, if that’s so please revert back to the VC version that was provided with theme files, as we did not made any tests with the newer version of VC we can guarantee it will work.

.vc_col-sm-12 {
padding-left: 0px;
padding-right: 0px;
box-sizing: content-box;
}

Thanks

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