• Resolved mmachado22

    (@mmachado22)


    Is it possible to hide the title/caption in only mobile view? The grid looks great on desktop and tablet but on mobile the blocks are too small and the title ends up covering everything. Or if there is a way to decrease gallery width for just mobile?

    • This topic was modified 7 years, 9 months ago by mmachado22.
Viewing 2 replies - 1 through 2 (of 2 total)
  • If this option is not available now, it should be added asap. I don’t like how this small text looks on gallery thumbnails on mobile, but it’s ok on desktop

    Diego

    (@greentreelabs)

    Currently you’ll need to add a custom CSS:

    @media screen and (max-width: 320px) {
     .pb-overlay {
        display: none !important;
     }
    }
Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Mobile View’ is closed to new replies.