Tagged: gallery, thumbnails, Thumbs, white space
Hi there,
I have a new Page with Enfold and would like to publish more than the 7 Rows.
It looks good in Browser. In the Mobile Version there will broke the Thumbnails after Several and a white space apprears.
Please help out with this little issue!
Rafael
Hey Wiedenmeier!
I’m not sure I understand what you mean, I had a look at your site on iphone4/Chrome and it looks fine. Are you maybe referring to that the thumbnails sometimes are not displayed on the same line?
Best regards,
Rikard
Hi Rikard,
Yes. after Thumb 8 there is abreak. See added Link in Private (quirktools.com)
Is there a solution?
Rafael
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 480px) {
#top .gallery .gallery-item {
width: 75px;
height: 75px;
}}
Cheers!
Yigit
Perfect! Thanks.
For the Horizontal view can I make the same?
Rafael