I would like to check why my gallery doesn’t fit with 3 columns and the small photos in the Widget.
Thanks in advance!
I would like to check why my gallery doesn’t fit with 3 columns and the small photos in the Widget.
Thanks in advance!
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
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!