Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #2784331
Problem with mobile version in grid 7 and grid 10
Closed

Comments

  • hall3008 started the conversation

    Everything works ok in the desktop version, but in the mobile version Pencile Grid 7 and 10 have a problem. Look at the pictures

  •  2,495
    PenciDesign replied

    Hi,

    Please try add this custom CSS code to Appearance > Customize > Additional CSS:

    @media screen and (max-width: 480px) {
        .penci-grid_10 .penci_post_content .penci__post-title {
            white-space: normal;
            padding: 0 20px;
        }
    }
    Best Regards,
    PenciDesign.

  • hall3008 replied

    Same thing on grid 10

  •  2,495
    PenciDesign replied

    Hi,

    Please try to add this custom CSS code:

    @media screen and (max-width: 480px) {
        .penci-grid_7 .penci__post-title a {
            white-space: normal;
            padding: 0 20px;
            display: block;
        }
    }
    Best Regards,
    PenciDesign.

  • hall3008 replied

    Tnx