• Resolved trimmymilf

    (@trimmymilf)


    hey there,

    firstly great plugin!

    the only issue i’m having is the image titles & descriptions aren’t responsive on tablet & mobile views..

    is there simple custom css to fix this?

    cheers,
    TM

Viewing 1 replies (of 1 total)
  • Hey TM, thanks.

    You can set the font size for mobile devices by using media queries, for example:

    @media (max-width: 480px) {
       .photoblocks-gallery .pb-block pb-title, .photoblocks-gallery .pb-block pb-description {
           font-size:12px;
       }
    }

    that code will set the font size to 12px for devices with screen equal or below 480px. You can place this code inside the Custom CSS box.

    Cheers,
    Diego

Viewing 1 replies (of 1 total)
  • The topic ‘image title / description’ is closed to new replies.