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