Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1403007

    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?

    #1403090

    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

    #1403104

    Thk Nikko
    and how now to set images from the slider on the right?
    Because they are centered.

    #1403108

    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

    #1403110

    Perfect THK!
    You can close

    #1403143

    Hi jb84,

    We’re glad that we could help you :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘easy slider take full column width’ is closed to new replies.