Comments Papdronning started the conversationMarch 15, 2021 at 3:07pmIs there any way of not having the images on the Inline Related Posts element disappear on mobile? 501Penci repliedMarch 17, 2021 at 6:07pmHi,I'm not clear about the issue.Please send me screenshot for the issue.I will check it help you.Best Regards,PenciDesignPapdronning repliedMarch 18, 2021 at 8:55amI've attached images of the block on desktop and mobile. I'd like images to also be on mobile. 501Penci repliedMarch 21, 2021 at 1:02amHi,Do you want show image of post on mobile ?if right, please go to Customizer > Addtional CSS then add custom css to do that @media screen and (max-width: 768px){ .penci-inline-related-posts.penci-irp-type-grid .penci_mobj__img, .penci-inline-related-posts.penci-irp-type-grid .penci-image-holder { display: block !important; } .penci-inline-related-posts.penci-irp-type-grid .penci_media_object { display: flex; } .penci-inline-related-posts.penci-irp-type-grid .penci_media_object { margin-bottom: 10px; } .penci-inline-related-posts.penci-irp-type-grid.penci-irp-align-none:not(.penci-irp-one-item) .penci-post-item:nth-child(2n + 1):marker, .penci-inline-related-posts.penci-irp-type-grid.penci-irp-align-none:not(.penci-irp-one-item) .penci-post-item:nth-child(2n + 1):before { content: none; }} Best Regards,PenciDesignPapdronning repliedMarch 29, 2021 at 9:17amThat worked great :-) Can we remove the dot from the list in mobile also? 501Penci repliedMarch 31, 2021 at 5:07pmHi,Please use custom css @media screen and (max-width: 768px){.penci-inline-related-posts.penci-irp-type-grid .penci-post-item { list-style: none;}}BestRegards,PenciDesign Sign in to reply ...
Is there any way of not having the images on the Inline Related Posts element disappear on mobile?
Hi,
I'm not clear about the issue.
Please send me screenshot for the issue.
I will check it help you.
Best Regards,
PenciDesign
I've attached images of the block on desktop and mobile. I'd like images to also be on mobile.
Hi,
Do you want show image of post on mobile ?
if right, please go to Customizer > Addtional CSS then add custom css to do that
Best Regards,
PenciDesign
That worked great :-) Can we remove the dot from the list in mobile also?
Hi,
Please use custom css
BestRegards,
PenciDesign