Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #703837

    Hi problem still there… what am I doing incorrectly?

    @media only screen and (max-width: 768px) {
    .responsive #top .slideshow_caption h3 {
    font-size: 15px !important;
    }
    }

    landscape is fine

    portrait still cuts off

    can I also remove the header on mobile only is there a CSS for the? So I have a full image instead.

    #704135

    Hey Epic,

    Could you post a link to the site in question so that we can take a closer look please?

    Best regards,
    Rikard

    #724353

    Same issue as before.

    #725384

    Hi!

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

    @media only screen and (max-width: 480px) {
    .responsive #top .slideshow_caption {
        padding-top: 0!important;
    }}

    Regards,
    Yigit

    #725385

    ok will try now

    #725390

    FINALLY!!! you fixed it….what i wanted all along you are the best Yigit

    Thank you so much!!

    #725399

    Hi!

    Great!
    Not at all :)
    Enjoy your weekend!

    Regards,
    Yigit

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Captions cut off on mobile slider (repeated thread)’ is closed to new replies.