Okay
  Public Ticket #308102
Possible to remove date and shift whole blog layout..?
Closed

Comments

  • Ja started the conversation

    Hi, I'm wondering if I can remove the date on the left of the blog, standard style, and also shift over the whole layout so its lined up similar to the mobile versions (logo and blog are left aligned).

    I realize there are multiple elements all working together, just wondering if there is CSS that can do this..?

  •  8,470
    Tahir replied

    Hey!

    Add this into the Custom CSS box located in your Salient Options panel :
    article.post .post-meta.no-img {
        display: none !important;
    }
    
    article.post .post-content {
        padding-left: 0px !important;
    }
    
    Thanks


    ThemeNectar Support Team 

  • Ja replied

    Works great! Thank you!!

  • Eric replied

    Me too, awesome thanks.