Hi there,
For normal view (large screen) I’ve set the distance between images to be 1 pixel, however, I don’t really like this in mobile view as all images are basically seemless next (underneath) each other. Is there a way to keep the 1 pix distance on desktop view but give the mobile view the larger(r) distance setting?
Any hint would be highly appreciated
Thx
Hey Apachee!
That should be possible. Can you please post the link to your page?
Cheers!
Yigit
Hey Yigit, thx for the fast answer .. try this ;)
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 480px) {
.av-1px-gap.av-flex-size .av-masonry-entry .av-inner-masonry {
margin-bottom: 10px!important;
}}
Cheers!
Yigit
Wonderful ….
thanks a lot Yigit
Cheers
Hi,
glad we could help. Let us know in a new ticket if you have some more questions related to the theme. We are happy to assist you.
Best regards,
Andy