Title: Mobile Display
Last modified: October 31, 2018

---

# Mobile Display

 *  Resolved [ABosCT](https://wordpress.org/support/users/abosct/)
 * (@abosct)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/mobile-display-17/)
 * Hi there
 * Im using the plugin on a few pages. On desktop, on hover over, you can see the
   description which includes the price of the painting. However on mobile, you 
   cant see the full description (the price being the most important). Is there 
   any way around this?
 * Thanks
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fmobile-display-17%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  [Diego](https://wordpress.org/support/users/greentreelabs/)
 * (@greentreelabs)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/mobile-display-17/#post-10834343)
 * If you want to keep the grid even on mobile devices then you’ll need to add a
   custom style. Add the following code into the “Custom CSS” box:
 *     ```
       @media screen and (max-width: 600px) {
          .pb-title {
             font-size: 15px !important;
          }
          .pb-description {
             font-size: 9px;
             line-height: 1;
          }
          .photoblocks-gallery .pb-block .pb-overlay .pb-caption-middle {
             margin-left: 6px;
             margin-right: 6px;
          }
       }
       ```
   
    -  This reply was modified 7 years, 6 months ago by [Diego](https://wordpress.org/support/users/greentreelabs/).

Viewing 1 replies (of 1 total)

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

 * ![](https://ps.w.org/photoblocks-grid-gallery/assets/icon.svg?rev=3184340)
 * [Gallery PhotoBlocks](https://wordpress.org/plugins/photoblocks-grid-gallery/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/photoblocks-grid-gallery/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/photoblocks-grid-gallery/)
 * [Active Topics](https://wordpress.org/support/plugin/photoblocks-grid-gallery/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/photoblocks-grid-gallery/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/photoblocks-grid-gallery/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Diego](https://wordpress.org/support/users/greentreelabs/)
 * Last activity: [7 years, 6 months ago](https://wordpress.org/support/topic/mobile-display-17/#post-10834343)
 * Status: resolved