• Resolved Tim_Carpenter

    (@tim_carpenter)


    The gallery looks good for a computer and tablet. However, on a phone the images are almost undetectable. I cannot determine what setting is controlling this.

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter Tim_Carpenter

    (@tim_carpenter)

    I found the issue. I didn’t have the container setting in wordpress at 100%. That said, the text is not resizing in the text blocks when I resize. Is there a way to control that?

    Plugin Support beatrice12

    (@beatrice12)

    Hi @tim_carpenter,

    Thank you for reaching out to us!

    Unfortunately, it is not possible to achieve what your are looking for because the plugin does not have this option. However, it is achievable with coding. Please add this code in Appearance > Customize > Additional CSS:

    @media screen and (max-width: 800px) {.photoblocks-gallery .pb-block .pb-overlay .pb-title {
    	font-size: 15px !important;
    }}

    You can change the font size value with the one you need.

    Please let me know if you have any other questions!

    Warm regards,
    Beatrice.

    Thread Starter Tim_Carpenter

    (@tim_carpenter)

    Thanks Beatrice. I added the suggested CSS under the custom CSS for the theme in WordPress. It does not appear to be working. There is also a Custom CSS option in the plug in settings. That didn’t work either. Other thoughts?

    Plugin Support beatrice12

    (@beatrice12)

    Hi @tim_carpenter,

    I’m sorry about this! Please delete the code I gave you and add this one instead:

    @media screen and (max-width: 900px ){ .photoblocks-gallery .pb-block .pb-overlay .pb-description {
        font-size: 7px !important;
    } {

    Warmly,
    Beatrice.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Mobile Gallery Extremely Small’ is closed to new replies.