Hello,
the page with masonry-grid of latest post will be display on iPhone 6s with 2 columns, so the headlines are too long and overwrite the post beside:
https://musicalfactory.ch/screenshot-masonryindex.jpg
On all other Smartphones this works, but not on iPhone 6s. I set the Display-Option for Smarphones to 1 column, but this didn’t solve the problem. Are there specific option for iPhone-Displays?
thanks for help
Guido
Can someone help please?
thanks
Guido
Hi Guido,
https://cl.ly/b510799771b1 Here is what I am seeing, is it not working for you like this?
Best regards,
Victoria
Hi Victoria,
thanks for your answer. Looks like, you look with Browser in Emulation-Mode. If I look in Emulation-Tools, I have also correct display. My Screenshots are from the originally Device, there is wrong display:
https://musicalfactory.ch/screenshot-masonryindex.jpg
What can I do to solve this?
Thanks
Guido
Hi Guido,
https://cl.ly/836d471eb79e Looks like this on my phone. Is that portrait or landscape view?
Best regards,
Victoria
Hi Victoria,
thanks for your answer. My Screenshot is portrait view on iPhone 6s.
best regards
Gerd
Hi,
Thanks for the update.
This css code might help.
@media only screen
and (min-device-width : 414px)
and (max-device-width : 736px)
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio : 3)
{
.responsive.av-no-preview #top .av-mini-columns-1 .av-masonry-entry {
width: 100%;
}
}
Please don’t forget to toggle the Enfold > Performance > File Compression settings.
Best regards,
Ismael