Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1349819

    Is it possible to get the Fullwidth Easy Slider image on small sceens bigger (more height) in the way that the proportions remains right and the image is centered (cuts off from sides of the image)?

    I tried this, but now the image is not centered:

    @media only screen and (max-width: 767px) {
    .avia-slideshow li img {
    height: 370px;
    width: 650px;
    max-width: 650px;
    }}
    #1349903

    Hi tammiviestinta,

    Try adding some negative left margin to your code and it should help.
    Or you can give us a link to the page mentioned so we can try to help with the CSS code.

    Best regards,
    Nikko

    #1349911

    Thanks! I added
    margin-left:-140px;`
    and it is fine!

    #1349942

    Hi tammiviestinta,

    We’re happy to hear that :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Fullwidth Easy Slider image on small sceens’ is closed to new replies.