Page 1 of 1

Make Nivo Slider responsive.

Posted: Wed Aug 06, 2014 5:17 pm
by norman
If you are using Nivo Slider version 1.04 or earlier then you can make it responsive as below:

Go to Design / Library / Layouts / Nivo Slider / Nivo Slider Setup and look for the line:

Code: Select all

.nivo_fixed_dims	{}; /* overall container */
Change it to:

Code: Select all

.nivo_fixed_dims	{width:auto !important;}; /* overall container */
Nivo Slider version 1.05 and later have a setting that allows you to control this without needing the above tweak.