Okay
  Public Ticket #1432100
nectar slider
Closed

Comments

  • fonza started the conversation

    Hello,

    I gave an image (with html) in Caption, but is not responsive, on phone is image the same size like on PC. Is possible to make this image responsive with html or CSS?

  •  9,016
    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: 1000px) and (min-width: 1px) {
        .swiper-slide .content p img {
            max-width: 50% !important;
        }
    }

    Thanks


    ThemeNectar Support Team 

  • fonza replied

    Hello,
    Thank's very much....it work

    Kind Regards
    Alfonz



  • fonza replied

    Hello,

    I have another problem with image in Caption (in slider): I want image on left side of slider if possible...see attachment.

    Thank you for your help.

    Kind Regards

    Alfonz

  •  9,016
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    .parallax_slider_outer.first-section .swiper-slide .content img {
        float:left;
    }

    Thanks


    ThemeNectar Support Team 

  • fonza replied

    Hello,

    thank you...it works.

    Kind Regards

    Alfonz