Hello @kristinainnemee,
Hope you are having a great day and thanks for contacting us!
Could you share your URL so I can see this first hand?
Thanks.
Diego
I dont have my site posted yet so you wont be able to see it..
but basically it is doing this
“The dog went to the store by himself and the store manager gave him some much needed lip balm”
and I want
“The dog went to the store by himself and
the store manager gave him some much
needed lip balm”
That may obvious but just so you kind of understand what I’m getting at here haha. I have tried other CSS and it just doesnt seem to work?
Thanks for helping 🙂
Hi @kristinainnemee,
The way to show a text like that is adding a <br> element at each end-of-line.
The dog went to the store by himself and<br> the store manager gave him some much<br> needed lip balm
But I’m almost sure this is not what you are talking about! In order to give you a CSS code, I need to see the container or other elements from the HTML and that can only happen by inspecting it. Maybe if you upload your site to a temp domain I can check it very quickly.
Please, let me know if you need any further assistance.
Kind regards,
Diego