Just noticed that title leading gets very tight when the browser window is narrow and the two lines of type crash into into each other — please see screenshot attached. How do I correct this?
Hmm, I added that but it didn't work. Noticed we have similar coding in the beginning of the custom CSS so I tried adjusting the line height in several places but none of those worked either. Changed everything back to how it was originally, could you take a look?
Just noticed that title leading gets very tight when the browser window is narrow and the two lines of type crash into into each other — please see screenshot attached. How do I correct this?
Hi Erica,
You should specify a line height for a specific screen width:
@media only screen and (max-width: 767px){
#main-title {
line-height: 40px;
}
}
in theme options -> styling options -> custom CSS
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
Hmm, I added that but it didn't work. Noticed we have similar coding in the beginning of the custom CSS so I tried adjusting the line height in several places but none of those worked either. Changed everything back to how it was originally, could you take a look?
Hi Erica,
I see in custom css line-heignt instead of line-height
I think this is the problem.
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
Great catch, that did it. Thank you!