How to fix a Gallery

This topic is empty.

Viewing 2 reply threads
  • Author
    Posts
    • #2141


      Nícolas
      Guest

      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

    • #2142


      Spiracle Themes
      Guest

      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

    • #2153


      Nícolas
      Guest

      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!

Viewing 2 reply threads

Reply To: How to fix a Gallery

Your information:




Cancel