• Resolved jd47

    (@jd47)


    So sorry to bother you guys again. I have the caption (writing over the image) working fine on PC but for some reason not working on mobile. Any ideas what I have done wrong. Thank you in advance.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @jd47

    No problem at all! I hope you’re doing well :).

    It does look like you have some CSS set to hide the captions on mobile devices. However, the following CSS should allow them to display again:

    @media only screen and (max-width:600px){ .soliloquy-caption {display: block !important;}}

    Please let me know if this helps!

    Thread Starter jd47

    (@jd47)

    Hi yes thank you that worked only thing is the letters look too big on the mobile version. Is there a way to make them smaller just on mobile? If not no worries I have to reduce the size for both sites. Thanks again

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘caption not showing on mobile’ is closed to new replies.