• Resolved ABosCT

    (@abosct)


    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 to see the link]

Viewing 1 replies (of 1 total)
  • 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 6 years, 4 months ago by GreenTreeLabs.
Viewing 1 replies (of 1 total)
  • The topic ‘Mobile Display’ is closed to new replies.