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

    Hello there the Full Width Easy Slider does not display prop[erly on iphone. The images are really small and the text is really big.
    Can you please check and let me know? this is the page: http://www.platinumtradingsystems.com/

    Thank you!

    Andrea

    #268484

    Hey Gurify!

    You can decrease the font size for devices with smaller screens – insert this code into the quick css field and adjust the font size value:

    
    @media only screen and (max-width: 767px){
    .csstransitions .av_slideshow_full .avia-caption-title {
    font-size: 10px;
    }
    
    .caption_framed .slideshow_caption .avia-caption-content p{
    font-size: 10px;
    }
    }
    

    Regards,
    Peter

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