Thanks for the video, watched it all but it didn't answer my question about responsive image alignment. But this code worked to ensure the slider image aligns to the left on mobile:
@media only screen and (max-width: 690px) and (min-width: 1px) { .swiper-slide .image-bg { background-position: left!important;
Hi,
Brilliant theme!
Is there a way to control how the images crop responsively in the nectar slider?
I'd like to insure that my image is crops to a left alignment, rather than centre alignment on all devices - but especially on mobile.
Nectar Slider is the top of the homepage (link provided).
Cheers,
Morgan
Hey Again,
Please have a look at this Article : http://themenectar.com/docs/salient/sliders/ .
Best.
ThemeNectar Support Team
Thanks for the video, watched it all but it didn't answer my question about responsive image alignment. But this code worked to ensure the slider image aligns to the left on mobile:
@media only screen and (max-width: 690px) and (min-width: 1px) {
.swiper-slide .image-bg {
background-position: left!important;
}
}
Cheers,
Morgan