Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #808749

    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.

    #808762

    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

    #808768

    That seems to have worked! Thank you. But can you tell me, why is there so much white space below my gallery?

    #808770

    Hi,

    Edit the css to the following:

    #top .gallery .gallery-item img{
    width:300px!important;
    height:auto!important;
    padding:10px
    }

    Best regards,
    Jordan Shannon

    #808811

    Ah, of course. Thank you!

    #809028

    Hi,

    No problem at all. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Why are my gallery preview images always tiny?’ is closed to new replies.