I am trying to put a nice gallery into my post. The gallery looks nice once you click on it, but the preview images on the actual post page are tiny. I have tried several of the settings for the gallery. To include thumbnails, medium, large, square, gallery, portfolio. Nothing has any effect at all except for choosing “square” which just makes them a tiny square instead of a tiny rectangle. I’d like them to be about 300 pixels each and full size when you click on them. My wordpress media settings have defined “medium” as 300 so that should be alright.
I looked in the Enfold Blog Layout settings but didn’t see anything that seemed relevant.
Hey Dandelion222,
Add the following to quick css and adjust the number to the appropriate size:
#top .gallery .gallery-item{
width:180px!important;
height:180px!important;
}
Best regards,
Jordan Shannon
That seems to have worked! Thank you. But can you tell me, why is there so much white space below my gallery?
Hi,
Edit the css to the following:
#top .gallery .gallery-item img{
width:300px!important;
height:auto!important;
padding:10px
}
Best regards,
Jordan Shannon
Ah, of course. Thank you!
Hi,
No problem at all. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon