Hi I have antoher question, Can I change Box size to larger for PC Desktop view only? I have managed to change size of filters but can find out code for the boxes.
Best regards
Hi I have antoher question, Can I change Box size to larger for PC Desktop view only? I have managed to change size of filters but can find out code for the boxes.
Best regards
Hi there, @user21789
This CSS code should help:
@media (min-width: 1000px) {
.eapp-events-calendar-masonry-item {
width: 50%;
}
}
Please try it out and let me know if you like the result