Comments hall3008 started the conversationMay 23, 2021 at 7:28pmEverything works ok in the desktop version, but in the mobile version Pencile Grid 7 and 10 have a problem. Look at the pictures 3,002PenciDesign repliedMay 23, 2021 at 11:38pmHi,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 repliedMay 24, 2021 at 5:24amSame thing on grid 10 3,002PenciDesign repliedMay 24, 2021 at 5:30amHi,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 repliedMay 24, 2021 at 7:45pmTnx Sign in to reply ...
Everything works ok in the desktop version, but in the mobile version Pencile Grid 7 and 10 have a problem. Look at the pictures
Hi,
Please try add this custom CSS code to Appearance > Customize > Additional CSS:
@media screen and (max-width: 480px) {Best Regards,.penci-grid_10 .penci_post_content .penci__post-title {
white-space: normal;
padding: 0 20px;
}
}
PenciDesign.
Same thing on grid 10
Hi,
Please try to add this custom CSS code:
@media screen and (max-width: 480px) {Best Regards,.penci-grid_7 .penci__post-title a {
white-space: normal;
padding: 0 20px;
display: block;
}
}
PenciDesign.
Tnx