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

    Hello,

    Overall everything is going well but the mobile rendering of the easy slider is rendering strangely.

    Screen grab is at dropbox.
    https://dl.dropboxusercontent.com/u/50968327/vectare_easyslide.PNG

    Any suggestions are appreciated.

    Thanks,

    Mary

    #180050

    Hi Mary!

    Can you please give us a link to the actual website? We can resize the caption via Media Queries only for mobile device.

    @media only screen and (max-width: 767px) {
    .avia-caption-title {
    font-size: 13px;
    }
    
    .avia-caption-content p {
    font-size: 11px;
    }
    }

    Regards,
    Ismael

    #180300
    This reply has been marked as private.
    #180518

    Hi!

    Yes, please place the code on Quick CSS field or your custom.css. :)

    Best regards,
    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Easy Slider – mobile rendering issue’ is closed to new replies.