[Resolved] masonry: blog titles

Home Forums Support [Resolved] masonry: blog titles

Home Forums Support masonry: blog titles

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #222367
    Michiel

    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

    #222419
    Roberto Enrique

    Can you please share a link to the page where this is happening.
    Thx

    #222420
    Michiel

    The link is: derden.org

    #222425
    Roberto Enrique

    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 🙂

    #222427
    Michiel

    Hi Roberto that’s quick! And how did you know all this? You must be a magician!

    I’ go for it… Thx!

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.