How to fix a Gallery

Nícolas August 18, 2020 at 5:09 pm

I would like to check why my gallery doesn’t fit with 3 columns and the small photos in the Widget.

Thanks in advance!

Gallery on Widget

Replies (2)

  1. Nícolas August 18, 2020 at 5:09 pm

    I would like to check why my gallery doesn’t fit with 3 columns and the small photos in the Widget.

    Thanks in advance!

    Gallery on Widget

  2. Spiracle Themes August 19, 2020 at 3:32 am

    Hi Nicolas,

    For now, you can use the following CSS

    aside .gallery-columns-2 figure {
    width: 49.5%;
    padding: 5px;
    margin: 0;
    display: inline-block;
    }

    aside .gallery-columns-3 figure {
    width: 32%;
    padding: 5px;
    margin: 0;
    display: inline-block;
    }

    aside .gallery-columns-4 figure {
    width: 24.5%;
    padding: 5px;
    margin: 0;
    display: inline-block;
    }

    Copy and paste it in Appearance -> Customize -> Additional CSS

    We will be adding a fix in our next theme update also. After the theme update, you can delete the CSS above from your site

    Best Regards

  3. Nícolas August 26, 2020 at 1:36 pm

    Hello, Spiracle Themes!

    Thanks for the support, my template working really well!

    A have a second question, can i centralize the name of the side widgets? Currently they are always starting from the left.

    Thanks a lot!

Post a Reply

Reply To: How to fix a Gallery
Your information: