Hi @uldis23, hi @hcabrera,
I had the same problem and I have solution now:
Go to: Appearance » Customize » Custom CSS » add:
.wpp-post-title {
font-weight: normal;
line-height: 1;
display: block;
}
Hi @raster02,
It works! Thank you for great support.
Kind regards
Marek
Hi,
perfect, thank you.
I extended it with a mobile condition
@media screen and (max-width: 800px) {
your code
}