- Moderator
- 389
Hello,
On the home page slideshow in ArtFactory theme.
I would like to customize the anywhere slider “Nivo” slider to be define with a specific width.
Currently it is set at 100% in the ArtFactory theme, tacking the full width of the screen.
Could you give me some pointers where to do the customization?
Thank you,
On the home page slideshow in ArtFactory theme.
I would like to customize the anywhere slider “Nivo” slider to be define with a specific width.
Currently it is set at 100% in the ArtFactory theme, tacking the full width of the screen.
Could you give me some pointers where to do the customization?
Thank you,
Hello,
You must change the CSS for the slider by going to this file: ~\Plugins\SevenSpikes.Nop.Plugins.AnywhereSliders\Themes\ArtFactory\Content\nivo\nivo.css
Then you must find this rule (it is supposed to be in the beginning of the file):
.slider-wrapper {
position: relative;
z-index: 1;
margin: 0 0 30px;
}
and change it this way for example:
.slider-wrapper {
position: relative;
z-index: 1;
margin: 0 0 30px;
max-width: 1300px; /* YOU CAN CHANGE THIS WIDTH BY YOUR TASTE */
}
That is all you need !
Best Regards.
Best Regards,
Mladen Staykov
Nop-Templates.com
Mladen Staykov
Nop-Templates.com