Hello,
I have set up a masonry portfolio as a secondary navigation, it looks and works great on desktop but in mobile view the title and text overlap the image, is there a way to adjust this?
Hi Tier1Graphics,
I got a screen from Sucuri saying that my ip is blocked, could you disable that plugin temporarily?
Regards,
Rikard
Hi Rikard,
Sorry about that, Please try again.
Hi!
Try adding this to your custom CSS.
@media screen and (max-width: 600px) {
.av-masonry-entry-content {
display: none;
}
}
Best regards,
Elliott