Comments 1pgorce1 started the conversationOctober 22, 2024 at 7:37amHi,how to set the number of images by row to be displayed on mobile ?Thanks 2,607PenciDesign repliedOctober 22, 2024 at 9:03amHi, Unfortunately, the current version of PenNews doesn't support this option. Regards,PenciDesign. 1pgorce1 repliedOctober 22, 2024 at 10:26amokis there another way to display 2 images per row with a link on it on mobile and three on desktop ? (i've got 6 images) 2,607PenciDesign repliedOctober 22, 2024 at 11:45amHi, Please go to Appearance → Customize → Additional CSS then add the following custom CSS code: @media (max-width: 480px) { .penci-image-box .penci-featured-ct { width: 50%; float: left; } .penci-image-box .penci-featured-ct .penci-fea-in { height: 160px; } .penci-image-box .penci-fea-in h4 { padding: 5px; } .penci-image-box .penci-fea-in.boxes-style-3 h4 span span { font-size: 10px; letter-spacing: -0.05em; padding: 0 5px; }} Regards,PenciDesign. 1pgorce1 repliedOctober 22, 2024 at 2:27pmit works fine.thx Sign in to reply ...
Hi,
how to set the number of images by row to be displayed on mobile ?
Thanks
Hi,
Unfortunately, the current version of PenNews doesn't support this option.
Regards,
PenciDesign.
ok
is there another way to display 2 images per row with a link on it on mobile and three on desktop ? (i've got 6 images)
Hi,
Please go to Appearance → Customize → Additional CSS then add the following custom CSS code:
Regards,
PenciDesign.
it works fine.
thx