Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #1591984
Reduce margins between gallery and images
Closed

Comments

  • pacasimiro started the conversation

    Hi.

    In my posts I'm using a mix of gallery and single images. The spacing between these are quite large and I would prefer to have it thin as within the gallery itself or close to that. You can see it in my homepage.

    How can I reduce the margins (or padding) of galleries or images (probably both)?

  •  2,699
    PenciDesign replied

    Hi,

    You can add more this code to Customize > Custom CSS to remove space at the bottom of gallery:

    .penci-post-gallery-container{ margin-bottom: 0;  }

    And after you do that, you need to edit your posts and remove all   <br>  tag like here


    Best Regards,

    PenciDesign

  • pacasimiro replied

    Worked perfectly, thank you!