DMXzone Nivo Slider 3 Support Product Page

Solved

Nivo Slider breaks Bootstrap resizing.

Reported 05 Nov 2014 06:09:36
1
has this problem
05 Nov 2014 06:09:36 Brad Lawryk posted:
I am working on a bootstrap site and it all resizes properly until I add the Nivo Slider 3 to the page. In tablet portrait view or any view on phone it breaks the layout and forces everything to the left.

dps.auroratecsolutions.com

Replies

Replied 05 Nov 2014 09:01:35
05 Nov 2014 09:01:35 Teodor Kuduschiev replied:
Hi Brad,
It seems there is a little issue with the theme you are using only. You can fix it by manually changing the theme css:

This:
.theme-minimal .nivo-controlNav {
left: 70px;
padding: 0;
position: absolute;
right: 10px;
text-align: right;
top: 12px;
z-index: 9;
}

Should become:
.theme-minimal .nivo-controlNav {
padding: 0;
position: absolute;
right: 10px;
top: 12px;
z-index: 9;
}
Replied 05 Nov 2014 16:20:10
05 Nov 2014 16:20:10 Brad Lawryk replied:
Thanks Teodor,

I made those changes but it didn't help. So I just chose another Slider style and it works.
Replied 05 Nov 2014 16:25:57
05 Nov 2014 16:25:57 Teodor Kuduschiev replied:
Are you sure you updated the proper file? I tested this locally again and the code is working
Replied 05 Nov 2014 16:29:35
05 Nov 2014 16:29:35 Brad Lawryk replied:
Yeah, I updated the correct file. But you can close this thread as solved. I'm good with the new slider style I have chosen. I am more concerned with the issue it causes with the nav in Safari.

Reply to this topic