Okay
  Public Ticket #533138
Different line height in masonry meta overlaid style
Closed

Comments

  • Rafael started the conversation

    Hi,

    I have masonry meta overlaid style in my blog, but the line height of the titles are with different heights, comparing the regular and the regular x2 Masonry Item Sizing. How to fix that? Thanks!

  •  8,990
    Tahir replied

    Hey ,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
    body .masonry.meta_overlaid .masonry-blog-item.wide_tall h2.title, body .masonry.meta_overlaid .masonry-blog-item.large_featured h2.title {
        line-height: 32px !important;
    }

    Thanks



    ThemeNectar Support Team 

  • Rafael replied

    That worked, thanks!