How to fix a Gallery

N Started by Nícolas · August 18, 2020 at 5:09 pm · 2 replies 0 voices Last reply 5 years, 10 months ago
ST
Spiracle Themes Original poster
#2

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

N
Nícolas Original poster
#3

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

Join the conversation. Be kind — this is a public forum.

Replying to How to fix a Gallery

By posting, your reply becomes public (unless marked private).