Tagged: ,

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #586817

    Hi
    Is it possible to fix slider for iPhone? It looks perfect on computer but on iPhone text boxes are cut off and because of that you can’t see the whole text…Is there anything that can be done that will not affect regular view? Thank you

    #587878

    Hi ilonka78!

    Please add the below css in Enfold > General Style > Quick CSS

    feel free to adjust the number .65 below on all lines to suit your design.

    /* Scale down text in layerslider */
    @media only screen and (max-width: 767px) {
    	.ls-l {
    	     transform: scale(.65); 
    	    -ms-transform: scale(0.65)!important;
    	    -webkit-transform: scale(0.65)!important;
    	    transform: scale(0.65)!important;
    	}
    }

    Best regards,
    Vinay Kashyap

    #587893

    Hi I have the same problem with the “Fullwidth Easy Slider” The “Caption” text is not responsive on mobile.

    Is there a quick CSS fix for that?

    Thanks

    #588024

    Hi
    Any other ideas? I tried that but to have those boxes fully visible they need to be very small now even if I moved them a little bit to the left…Thank you

    #588359

    Hi!

    please create a temporary user with ‘administrator’ role and share in private content with permission to deactivate all plugins and add custom code if necessary to help you resolve this issue.

    Cheers!
    Vinay Kashyap

    #588679

    Hi, any idea how to fix the same issue on the “Fullwidth Easy Slider”?

    Thanks

    #588915

    Hey!


    @skynandi
    do you mean captions on easy slider? please create a new ticket for new issues and share the link to the page where we can inspect the element in question so we can help you better :)

    Regards,
    Vinay Kashyap

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.