Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #528738

    Hello! :)

    I´ve done a simple slider using the Advanced Layer Slider, and on small screens (the iphone/ipads I checked with) both the text and the buttons get tiny!
    I´d like to have somthing that looks more like the Enfold One Page demo, were the buttons stay large and the text is still at least large enough, when viewed on smaller screens.

    How can I do this? I don´t know any coding or such, so if that´s needed please tell me how! :)

    Thanks! / M

    #529501

    Hey magnusf2!

    you can increase it for mobile with this code:

    @media only screen and (max-width: 767px) {
    img.ls-l.ls-preloaded {
    height: auto !important;
    width: 200px !important;
    }
    img.ls-preloaded {
    height: auto !important;
    width: 100px !important;
    }}
    

    Adjust width value as needed.

    Cheers!
    Andy

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