Okay
  Public Ticket #2036188
Adapting older blog styles to new Salient
Closed

Comments

  • LiskaD started the conversation

    Hi again. I am trying to match my blog style to that of an older version of Salient and recreate it on my staging website (operating on 10.0). I have attached a screenshot of the original design.

    Basically I am trying to present my blog in a way where the blog image appears on the left side, with the excerpt from the blog article on the right.

    Basically I am trying to take the design from the current "Classic" blog option, but to display the featured image to the left of the excerpt (currently the image appears larger above the excerpt). Is there any way to move the location of the featured image?

  •  8,994
    Tahir replied

    Hey Again,

    Adjust the values as per your liking. 

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    .article-content-wrap >a:not(more-link) span {
        width: 50% !important;
        display: block;
        float: left;
        padding: 10px !important;
    }
    .post-area.standard-minimal .post .content-inner .post-featured-img img {
        margin-bottom: 0px !important;
    }

    Thanks


    ThemeNectar Support Team