Font size issues
This topic has 6 replies, 2 voices, and was last updated 1 months, 1 weeks ago ago by Luca Rossi
Font size issues
Hello @Lani,
Could you please visit the link we shared in the Private Content area under Typography and adjust the heading sizes accordingly?
We hope this helps.
Best regards,
The 8Theme Team
Font size issues
Hi @Lani,
For #1, #2, We’ve added this custom CSS code and fix both issues:
.single-post .content-article.entry-content ul li,
.single-post .content-article.entry-content ol li {
font-size: 20px;
}
.single-post .page-heading.bc-type-left h1.title {
line-height: 1.5;
}
3. We’ve limited the title 2 lines. They looks good now.
Can you please check?
Thank you!
Font size and spacing issues
Hi @Lani,
Please update the previous CSS code to this:
.single-post .content-article.entry-content ul li,
.single-post .content-article.entry-content ol li {
font-size: 20px;
margin-bottom: 0;
}
.single-post .page-heading.bc-type-left h1.title {
line-height: 1.2;
}
@media(max-width: 768px){
.single-post .content-article p {
margin-block-end: 23px;
}
}
Hope it helps!
You must be logged in to reply to this topic.Log in/Sign up