hello, is there a way to ajdust the line height of a post title on a mobile phone?
as you can see this does not look so great
best regards, jelle
https://jmcwebdesign.nl/wp-content/uploads/2024/10/lineheight.jpg
Hey jeel147,
Thanks for the screenshot. Could you post a link to where we can see the actual element as well please?
Best regards,
Rikard
sorry…
here is the link
Hi,
Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 767px) {
#top .post-title {
line-height: 22px;
}
}
Best regards,
Rikard
thanks Rikard, that worked for the page after you clicked on the title on the home page.
but where the titles gather together, on the homepage, out of one category, nothing happens unfortunately
…
Hi,
Please try this instead:
@media only screen and (max-width: 767px) {
#top .post-title {
line-height: 22px !important;
}
}
Best regards,
Rikard
works great Rikard, thanks
you can close this one if you want
best regards, jelle
Hi,
Thanks for the update. Please open a new thread if you should have any further questions or problems.
Best regards,
Rikard