Viewing 1 replies (of 1 total)
  • Plugin Contributor gambitph

    (@gambitph)

    You’re right about the image sizes in the Feature Grid. They’re based from the container’s size, thus the image sizes were overridden

    If you want to resize your images, you can use Custom CSS in the meantime. Here’s a sample for reference:

    .ugb-feature-grid__image {
        height: 150px;
        width: 150px;
        margin: 0 auto;
    }

    Please make sure that you’re using version 1.11 to achieve the results.

    You may also include an Additional CSS class from the settings if you only want this in a specific grid. ??

    • This reply was modified 6 years, 2 months ago by gambitph.
Viewing 1 replies (of 1 total)
  • The topic ‘Image Size in Feature Grid’ is closed to new replies.