Archived topic
masonry: blog titles
4 replies · Started by Michiel on August 30, 2016
Hi Tom,
I went through the knowledge base but I can not find the solution for my problem. The blog titles seem to be pressed in one line. On a desktop it's looking fine as the title fits in the space, on an tablet or smartphone however the title is split and the lines are showed on top of each other. You cannot read the title anymore. Please have a look on a small screen. Website name is: derden.org. Is there a solution for this?
I am a beginner in wordpress and am able to add some CSS coding.
Thx
Can you please share a link to the page where this is happening.
Thx
The link is: derden.org
That's happening because of this in your "Simple Css" customizations:
.entry-title {
margin-bottom: 10px;
margin-top: 15px;
padding-bottom: 5px;
padding-top: 5px;
line-height: 0px;
}
Remove that
line-height: 0;
and you should be good to go :-)
Hi Roberto that's quick! And how did you know all this? You must be a magician!
I' go for it... Thx!