Gallery
I want to have the same gallery as the Records(http://themes.muffingroup.com/be/records/) demo with the same size tumbnails. How do i get this?
My website is http://www.macases.nl.
Evendough I justified the settings->media information the tumbnails are still blurry.
Comments
P.S. On our demo, gallery is in "Column" which is 1/2 width while on your site you set gallery under 2/3 width and that's why images will be larger.
I reproduced this gallery fine on site, but on mobile it displays differently.
I want the images to show in the 3 column/2 row format as on desktop, but instead they appear in line one on top of another each being the full width of the mobile screen...
I have already changed media settings as noted and tried immediately after importing demo data with no changes - but still no luck.
What needs to be done to keep the 3 column/2 row format on mobile?
#Content .gallery:not(.gallery-columns-1) .gallery-item {
width: 50%;
}
#Content .gallery .gallery-item {
width: 100%;
}
Would changing them to 33% and placing in Custom CSS field on page with gallery be okay? Or is there a better approach?