Could you help me to increase the space between the lines of text in the "text heading" of the parallax slider? (if you look at the attachment, i want to increase the space between "SITE EN" and "CONSTRUCTION" I can't find how to change the css for this element...
Thank you for your answer. It was not what I was asking for, but you gave me the good clue (I was looking for line-height).
Otherwise, I can't find the right balance to improve it for mobile without having bad responsive one of the many screen size on desktop (if too small, I can't read all the line; if too large, lines are touching each others).
Is there any css trick to set up a special styling option for android/ios (or for desktop) ?
I did, but its not fixing it. Probably there is no perfect perfect pixel size. I fixed (avoided) it by reducing the leght of my sentence. Not a big issue anyway
Hello,
Could you help me to increase the space between the lines of text in the "text heading" of the parallax slider?
(if you look at the attachment, i want to increase the space between "SITE EN" and "CONSTRUCTION"
I can't find how to change the css for this element...
Thank you.
Hello,
you can add a margin bottom to the urltralarge class in theme options Styling Options -> Custom CSS
.ultralarge {
margin-bottom: 100px;
}
for example
thanks
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
Hello,
Thank you for your answer. It was not what I was asking for, but you gave me the good clue (I was looking for line-height).
Otherwise, I can't find the right balance to improve it for mobile without having bad responsive one of the many screen size on desktop (if too small, I can't read all the line; if too large, lines are touching each others).
Is there any css trick to set up a special styling option for android/ios (or for desktop) ?
Thank you
Hi,
Add this in Custom CSS:
.ultralarge {
line-height: 100px;
}
Regards
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
I did, but its not fixing it. Probably there is no perfect perfect pixel size. I fixed (avoided) it by reducing the leght of my sentence. Not a big issue anyway
Thank yo
np, you are welcome
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy