Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #399477

    Hi guys,

    The text is the full width easy slider is not changing size for some mobile devices, seems ok with an iPhone, but not an iPad?

    Any ideas? Quick CSS?

    thanks

    #399657

    Hi Marssolutions!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed

    @media only screen and (max-width: 1024px) and (min-width: 768px) {
    .avia-slideshow .avia-caption .avia-caption-title { font-size: 15px !important; } 
    .caption_framed .slideshow_caption .avia-caption-content p, .caption_framed .slideshow_caption .avia-caption-title, .avia-caption .avia-caption-content p, .avia-caption .avia-caption-title { font-size: 13px !important; }}

    Best regards,
    Yigit

    #401147
    This reply has been marked as private.
    #401484

    Hi!

    Please try as following

    @media only screen and (max-width: 1024px) and (min-width: 768px) {
    .avia-slideshow .avia-caption .avia-caption-title { font-size: 40px !important; } 
    .caption_framed .slideshow_caption .avia-caption-content p, .caption_framed .slideshow_caption .avia-caption-title, .avia-caption .avia-caption-content p, .avia-caption .avia-caption-title { font-size: 25px !important; }}

    Best regards,
    Yigit

    #401809
    This reply has been marked as private.
    #402464

    Hi!

    This line is for the title:

    .avia-slideshow .avia-caption .avia-caption-title { font-size: 40px !important; } 
    

    This is for the actual caption:

    .caption_framed .slideshow_caption .avia-caption-content p { font-size: 25px !important; }
    

    Best regards,
    Ismael

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