Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1154692

    Hello there! I am having trouble with optimizing LayerSlider for mobile – the letters written on it appear as they should on computer, but are way too small on mobile. If I change the size it also changes for the computer. Can you tell me how can I fix this for mobile devices only?
    Thanks in advance!

    #1154799

    Hey hristi,

    Add this to quick css:

    @media only screen and (max-width: 767px)  {
    #layer_slider_1 h1{
    font-size:24px!important;
    }
    #layer_slider_1 h2{
    font-size:12px!important;
    }
    
    .ls-wrapper.ls-in-out{
        left:20px!important;
    }}

    Best regards,
    Jordan Shannon

    #1155044

    Thank you. Is there any way to make the slider on mobile devices full-screen size or at least a bit bigger, like it’s on the website? The letters are good now with your code but the slider is still small, sorry if I didn’t explain it better previously.

    #1155114

    Hi,

    So the image itself? Unfortunately the size it is now is responsive to mobile.

    Best regards,
    Jordan Shannon

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