PenciDesign Supporter replied
Hi,
Please go to Appearance → Customize → Additional CSS then add the following custom CSS code:
@media only screen and (max-width: 767px) {
a.item-gallery-justified.jg-entry {
width: 100% !important;
height: 100% !important;
display: block;
position: initial; !important;
}
.penci-post-gallery-container {
height: auto !important;
}
}Regards,
PenciDesign.
