• Resolved SSmeredith

    (@ssmeredith)


    I’m having a little issue with the captions on the mobile views as they take up almost the space on the slide. Any way to set the caption area to responsively shrink or hide the caption altogether on mobile? Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author bradvin

    (@bradvin)

    hey @steveush,

    Any custom CSS suggestions for responsive captions on mobile?

    Thread Starter SSmeredith

    (@ssmeredith)

    Any luck??

    I’d like to send the link to order to the customer before the trial ends, but I’ve got to get those captions fixed first.

    Thanks!

    Plugin Author steveush

    (@steveush)

    Hi @ssmeredith,

    You can hide the captions by simply targeting them with some CSS inside a media query:

    @media (max-width: 600px) {
        .fg-caption {
            display: none!important;
        }
    }

    You’ll just need to adjust the media query to suite your mobile needs. You could also use this same approach to change font-size etc. if you’d prefer to make them responsive.

    Thanks
    Steve

    Plugin Support elviiso

    (@elviiso)

    Hi @ssmeredith

    We haven’t heard from you in a while, so we presume the problem has been resolved and we’re closing this support ticket.

    If you are still experiencing the problem, then please open a new support ticket.

    Regards,
    Elvis.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Captions in mobile’ is closed to new replies.