Dear Kriesi.at,
I like the masonry shop layout. Unfortunately in the mobile version it does only show up with the title (even so defined as “Only when mouse over”).
How can mouse over be activated in the mobile screen.
Also it would be great if I could define that the mobile version will show at least two products in a row (now only one). Is this possible.
Regards
Andre
Hi timber23!
1.) I don’t think it’s possible to have a mouse over effect for mobile, because you don’t use any mouse on mobile … so do you want to deactivate captions on mobile? If yes refer to this post:
https://kriesi.at/support/topic/full-width-masonry-display-title-mouse-over-iphone-ipad/#post-180054
2.) Please provide us a link to your website showing the masonry, so we can inspect it and provide you a CSS code.
Best regards,
Andy
Dear Andy,
Thanks for the hint. I got it solved with your tip and like it. Just reduced the size of the mobile masonry and used your hint to reduce opacity.
@media only screen and (max-width: 480px){.responsive #top .av-masonry-entry{width:50%;}}
@media only screen and (max-width: 989px) {.av-inner-masonry-content.site-background {opacity: 0 !important;}}