Okay
  Public Ticket #1062493
Nectar Slider - Responsive image alignment
Closed

Comments

  •  2
    digitalmorgan started the conversation

    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


  •  9,086
    Tahir replied

    Hey Again,

    Please have a look at this Article : http://themenectar.com/docs/salient/sliders/ .

    Best.


    ThemeNectar Support Team 

  •  2
    digitalmorgan replied

    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