Is there a way to left justify text in description text of Illdy services widgets on the front page? Thanks.
As long as I’m asking, I also find it frustrating that I can’t put paragraph breaks in the text. Is that possible? Again, thanks.
Is there a way to left justify text in description text of Illdy services widgets on the front page? Thanks.
As long as I’m asking, I also find it frustrating that I can’t put paragraph breaks in the text. Is that possible? Again, thanks.
Hi there
Hope you are having a good day and thank you for your question
In order to check your question i need to see your live website, please provide url and i will take a look
what is the problem with a paragraph? it should work
Hello there,
I hope you are doing well today.
You can use the following CSS code to justify the text by going to Appearance > Customize > Additional CSS and pasting it there.
#services .section-content .service .service-entry {
text-align: justify;
}
Best Regards,
Support
That’s awesome. Thank you. I ended up using text-align: left; because it looked better to me. You solved that problem, so, Thanks!
Is there any way to get the text to recognize carriage returns to make new paragraphs? Mine ignores carriage returns.
hi there
Sorry, no, sorry but i think it will not work here