Comments 10nox28w started the conversationDecember 7, 2020 at 7:20pmHello Themenectar,I have a little problem with my page.On mobile version there is H2 Title Bílá Desná on multiple slider recent post. But its looks like theme doesnt consider punctuacion. I already tried changing h2 line height, but its leave massive gap that i dont want on title. Thanks,Miroslav 3,278Austin repliedDecember 7, 2020 at 8:06pmHi Miroslav,Add the following custom css in Salient > General settings > CSS/Script related: /*Mobile*/ @media only screen and (max-width: 1000px) { .nectar-recent-post-slide h2 { line-height: 40px !important; } } Kind regards. 10nox28w repliedDecember 11, 2020 at 7:35amI already tried this kind of solution, but this fix create massive gap after aplied (in attachement) for all H2. If i use your code with 40px it cuts punctuation off. Maybe some solution like after break second line padding top? 3,278Austin repliedDecember 11, 2020 at 7:56amHi Nox,Please try this css to adjust the line height. @media only screen and (max-width: 1000px){.nectar-recent-post-slide h2 { line-height: 37px !important;} } .nectar-recent-post-slide h2 { line-height: 59px !important;}Also I can see all the punctuations working just fine, please let us know whether we are missing something.Thanks. Sign in to reply ...
Hello Themenectar,
I have a little problem with my page.
On mobile version there is H2 Title Bílá Desná on multiple slider recent post.
But its looks like theme doesnt consider punctuacion.
I already tried changing h2 line height, but its leave massive gap that i dont want on title.
Thanks,
Miroslav
Hi Miroslav,
Add the following custom css in Salient > General settings > CSS/Script related:
/*Mobile*/ @media only screen and (max-width: 1000px) { .nectar-recent-post-slide h2 { line-height: 40px !important; } }Kind regards.
I already tried this kind of solution, but this fix create massive gap after aplied (in attachement) for all H2.
If i use your code with 40px it cuts punctuation off.
Maybe some solution like after break second line padding top?
Hi Nox,
Please try this css to adjust the line height.
@media only screen and (max-width: 1000px){
.nectar-recent-post-slide h2 {
line-height: 37px !important;
} } .nectar-recent-post-slide h2 {
line-height: 59px !important;
}
Also I can see all the punctuations working just fine, please let us know whether we are missing something.
Thanks.