Viewing 2 reply threads
You must be logged in to reply to this topic.
Hello,
my client wants me to correct the vertical text alignment, as shown in this example (image attached).
I looked for some html and css workarounds, but nothing has worked so far.
Can you provide a solution for this?
Thank you!
[caption id="" align="alignnone" width="378"] Client wants all paragraph lines to align perfectly under the first line of paragraph.[/caption]
Hello,
Sorry for the late reply.
That is not possible to achieve with css only. You need to break the sentence with <br>
tags and them set an align css property to it.
Best regards!
You must be logged in to reply to this topic.