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 #2126140
Parameters Setup in Portfolio layout
Closed

Comments

  • AUED started the conversation

    I have a question about parameters in the portfolio layout:

    How to change the padding beween pictures. I'd like to have a padding smaller than the default one. 

    Thanks for your help.

  •  2,699
    PenciDesign replied

    Hi,

    You can add more this code to Customize > Custom CSS to do that:

    .inner-portfolio-posts .portfolio-item{ padding: 0 2px; margin-bottom: 4px; }
    

    Change values 2 & 4 to values as you want.


    Best Regards,

    PenciDesign

  • AUED replied

    Perfect! Thank you !