Hi,
I noticed that my blog that uses the masonry grid only shows part of the date and image outline but no actual images when viewed on a mobile phone.
Ideas?
THANKS,
GB
Hey gb!
Thank you for using Enfold.
Please post the link of the actual page here. We would like to check it.
Best regards,
Ismael
Oops, sorry to forget that, here you go:
Hey!
Thank you for the link.
Looks like you changed the width of the masonry entries. They are set to 100% when viewing on mobile device by default but it’s showing only 20% of the actual image size. Please add this at the very bottom of Quick CSS or custom.css:
@media only screen and (max-width: 480px) {
.responsive #top .av-masonry-entry {
width: 100%;
}
}
You can also adjust the width to 50% if you want 2 columns.
Regards,
Ismael
Hi Ismael,
Thanks for getting back to me.
Yigit gave me the following code,
So my masonry grid could be viewed with 5 posts across:
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#top .container .av-masonry-entry {
width: 20%;
}
Is there a way to view my masonry grid the same way on a mobile device?
Also, is there a way to view my whole site on mobile the way it is viewed on a desktop?
Is the solution turning off mobile responsiveness?, Possible?
Thoughts?
THANKS!!
GB
BTW , when I added the code that creates one row or two rows if using 50% – the title that activates with mouse over is activated automatically on iPhones and iPads. This creates a problem because the text blocks the image.
View on mobile phone to see what I mean:
http://www.gregorybeylerian.com
Since there is not a mouse over on these touch devices, is there a way to keep it turned off on just these devices or is there an other solution?
THANKS,
GB
Hi!
You can hide the masonry content on iPad view. The solution is on the other thread: https://kriesi.at/support/topic/what-code-can-resolve-this-masonry-issue-on-mobiles/
Regards,
Ismael