Okay
  Public Ticket #457576
Nectar Slider (Right Aligned Content) Responsive Issue
Closed

Comments

  • Michael started the conversation

    Hi Support,

    There's an issue with the responsive content in a Nectar Slider. If the content is right aligned and the screen width is small enough (i.e. iPhone in vertical mode) content is cut off rather than moved left.

    See URL http://new.glexia.com/ and go through the sliders in a iPhone sized mode. Also, see attachments.

    It would be helpful if the screen is that small to move the content all the way over to the left or at a minimum center it.

    THank you in advance.

    Regards,

    Michael Williams

  •  8,851
    Tahir replied

    Hey ,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
    @media only screen and (max-width: 760px) {
        .swiper-slide .content {
            width: 100% !important;
        }
    }

    Thanks



    ThemeNectar Support Team