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 #1451925
Last item not aligned on Penci Recipe list of ingredients
Closed

Comments

  • laure_b started the conversation

    Hello,

    On the "ingredients" list on a Penci Recipe, the last item of the list is not aligned with the others items - see capture.

    I don't know what to do about it - is there a CSS custom trick that could help correct this?

    Many thanks in advance for your help!

    Laure

  •  2,699
    PenciDesign replied

    Hi,

    Please try add more this code to Customize > Custom CSS to fixed it:

    .penci-recipe-ingredients ul li:last-child, .penci-recipe-ingredients.penci-recipe-ingre-visual ul li:last-child{ margin-left: 18px; }


    Best Regards,

    PenciDesign

  • laure_b replied

    Works great, thanks a lot!!