Tagged: Fullwidth Easy Slider
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;
}}
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
Thanks! I added
margin-left:-140px;`
and it is fine!
Hi tammiviestinta,
We’re happy to hear that :)
Thanks for using Enfold and have a great day!
Best regards,
Nikko