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

    Hello

    I put on my site several slide images with caption.

    Just that the writing on the mobile caption covers the whole picture is not seen.

    It is only possible for the mobile ensure that the caption appears below the photo and not on it?

    #541586

    Hey tescioneangelo!

    Can you please post the link to your page where we can see an example?

    Cheers!
    Yigit

    #541597
    #541614

    Hey!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (max-width: 480px) {
    .slideshow_caption { display: none !important; }}

    Cheers!
    Yigit

    #541633

    by entering this code I can not see the captions.

    I wish they were there but not on the photo but down to it

    #542847

    Hi!

    You can try this:

    @media only screen and (max-width: 767px) {
    .avia-caption-title {
        position: absolute;
        bottom: -70px;
    }
    
    .avia-slideshow-inner {
        overflow: visible;
    }
    
    .av_slideshow_full.avia-slideshow {
        padding-bottom: 80px;
        overflow: visible;
    }
    
    .avia-slideshow-dots {
        bottom: 90px;
    }
    
    #top .avia-slideshow-arrows a {
        top: 30%;
    }
    }

    Remove browser cache then reload the page. Screenshot:

    Best regards,
    Ismael

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