Hi
on this page (private) i put a image slider (with 2 images at the botom) on a column 2/5.
My image is 250x107px but unfortunatly it resize and expand to full width column.
I dont understand because i set NO SCALL on the image slider
Any idea?
Hi jb84,
No scaling in Select custom preview image size just means that you use the original image uploaded (not scaled version) but sliders by default will set the slider image width to 100%.
We can change that in the page you mentioned by adding this CSS code in Enfold > General Styling > Quick CSS:
.page-id-1090 #av_section_3 .avia-slideshow li img {
width: auto;
}
Best regards,
Nikko
Thk Nikko
and how now to set images from the slider on the right?
Because they are centered.
Hi jb84,
You’re welcome, please remove the code I gave and replace it with:
.page-id-1090 #av_section_3 .avia-slideshow li img {
margin-right: 0;
width: auto;
}
Best regards,
Nikko
Perfect THK!
You can close
Hi jb84,
We’re glad that we could help you :)
Thanks for using Enfold and have a great day!
Best regards,
Nikko