Okay
  Public Ticket #1096845
How to display blog view list
Closed

Comments

  •   leecidi started the conversation
  •  9,001
    Tahir replied

    Hey leecidi,

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

    .content-inner span.post-featured-img {
        display: block;
        max-width: 240px;
        margin-right: 20px;
    }
    .article-content-wrap {
        padding-left: 10px ;
    }
    article.post .content-inner> a {
        display: inline-block;
        float: left;
    }

    Thanks


    ThemeNectar Support Team 

  •   leecidi replied privately