Comments laure_b started the conversationJanuary 31, 2018 at 8:17amHello,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,700PenciDesign repliedJanuary 31, 2018 at 10:41amHi,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,PenciDesign1 Likelaure_b repliedJanuary 31, 2018 at 10:49amWorks great, thanks a lot!! Sign in to reply ...
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
Hi,
Please try add more this code to Customize > Custom CSS to fixed it:
Best Regards,
PenciDesign
Works great, thanks a lot!!