Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #719374

    Hi — I’m having trouble getting larger thumbnails on a blog posting where I’ve included a standard gallery. The thumbnails are always small (about 80×80 it looks like), even when I set what I believe the appropriate settings are to get them to be 300×300. Here’s the page:

    I’ve set the following:
    –within the Gallery: columns = 3, size = “Gallery”
    –within “Settings/Media”: thumbnail size = 300×300 (changed from default of 80×80)

    When I look at the post on my desktop, thumbnails are tiny (80×80 still?). What changes do I need? Many thanks!

    -Brad

    #720742

    Hey blars62,

    Try adding this code in Quick CSS (located in Enfold > General Styling):

    #top .gallery.gallery-columns-3 .gallery-item {
        width: 33%;
        height: auto;
    }

    Hope this helps.

    Best regards,
    Nikko

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.