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 #1843588
ingredient list, smaller distance between ingredient
Closed

Comments

  • RANTAKA started the conversation

    Hi, 

    How can I decrease the distance of ingredients/lines  in recipe plugin. 

    Instruction section has good distance in lines


  •  2,699
    PenciDesign replied

    Hi,

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

    .post-entry .penci-recipe-ingredients p {
        margin-bottom: 5px;
    }
    

    Change number 5 to value as you want.


    Best Regards,

    PenciDesign

  • RANTAKA replied

    Yes, it worked fine. Thanks!