Make Nivo Slider responsive.

World renowned as the most beautiful and easy to use slider.
Post Reply
norman
Site Admin
Posts: 1252
Joined: Sat Feb 07, 2004 9:55 pm

Make Nivo Slider responsive.

Post 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.
Norman
Post Reply