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

    Hello!
    I added this code to Quick CSS to adjust the placement of the bottom captions on the full-width easy slider on desktop views so they land in the whitespace in the image used:
    .caption_bottom .slideshow_caption {
    top: 425px !important; left: 350px !important;
    bottom: auto !important;
    }

    Can you help with the correct selector/values to move them so I can see them on mobile views? I have tried adjusting values but nothing seems to bring them into view, maybe I’m missing something?

    Thanks!

    #608090

    Hi Julie,

    You can try adding your code to these media queries:

    @media only screen and (min-width: 768px) and (max-width: 1024px) {
    /* your tablet code goes here */
    }
    
    @media only screen and (max-width: 767px) {
    /* your phone code goes here */
    }
    

    Thanks,
    Rikard

    • This reply was modified 8 years ago by Rikard.
    #628482

    Hey Rikard,

    Thanks! Because this is a Featured Large slider (630px tall), the numbers were very different to get the captions into view than what I’m used to (I normally use the Featured (430px tall) size).

    Took some time to figure it out, but I got it.

    Many thanks for your help!

    #629578

    Hi,

    Glad it is sorted :)

    Please feel free to get in touch with us if you have more questions.

    Thank you for using Enfold.

    Best regards,
    Vinay

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Caption on easy slider mobile views’ is closed to new replies.