I control the line height (block text) through the code next. The problem is to control the line break. There is a code for the line break?
.avia_textblock p {line-height: 120%; }
See the link below the small sample text.
http://quintadaslagoas.com.br/2015/?page_id=144
Hi mleite1!
Please try adding following code to Quick CSS as well
.avia_textblock p {
word-break: break-all;
}
Best regards,
Yigit
Hello, thank you for return. Put your code in CSS QUICK but did not change.
See the picture the red lines. By breaking the text line by line is stuck on the top line. I want you to have the same spacing.
LINK IMAGE
https://www.dropbox.com/s/pz4do4fv87xijkn/TEXT_BLOCK_HEIGHT.jpg?dl=0
Hi!
I checked the site and the paragraphs’ spacing looks OK. Did you figure this one out?
Cheers!
Ismael
Ok, Ismael.
It’s ok now.
Thanks