Okay
  Public Ticket #1223551
Masonry blog excerpt text not wrapped
Closed

Comments

  •  1
    OrigamiGlobe started the conversation

    Hi team,

    Thank you for the awesome theme! I've put together a blog page using your masonry layout, however when I select 'large' layout (ie blog that takes up 2 columns instead of 1), the excerpt text flows over the category, date, author and comments/likes fields.

    See http://designedby.origamiglobe.com/the-fold/ 

    Thanks in advance! :-)

  •  9,012
    Tahir replied

    Hey Again,

    Try reducing the Overall Font size in Salient Theme Options Panel -> Typography Section as thats causing this .

    Thanks 


    ThemeNectar Support Team 

  •  1
    OrigamiGlobe replied

    Hi Tahir,

    Thanks for the quick reply. I'm not sure if it is a font issue as the other blog posts with the same font sizes are within the borders just fine. Also, on mobile, they refit to the box. The issue only happens with the text in the large masonry tile (the regular tile is the same size space for the text to fit in and doesn't overrun).

    I'm reluctant to reduce the font size as it's set to 18px as is and google's minimum recommended font size for mobile readability is 18-22px.

    Could there be any other workarounds?

    Thanks in advance,

    Suki

  •  9,012
    Tahir replied

    Hey Again,

    If you dont want to reduce the font site try reducing the Line-height . Not everything that google says needs to be applied , 16px is quite readable .

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    .masonry.classic_enhanced .masonry-blog-item.post.large_featured .article-content-wrap {
        padding: 1% 10% !important;
    }

    Thanks


    ThemeNectar Support Team