Okay
  Public Ticket #376194
headings for posts running outside of columns
Closed

Comments

  • Craig started the conversation

    Not sure why this is happening?

    Hopefully not my custom CSS?

    @media only screen and (min-width : 1px) and (max-width : 1000px) {
    body header#top #logo img {
    height: 54px!important;
    }
    #header-outer {
    height: 80px!important;
    }
    }
    #project-meta {
    display: none!important;
    }
    .portfolio-items .nectar-love-wrap {
    display: none!important;
    }






  •  8,848
    Tahir replied

    Hey!

    Add this into the Custom CSS box located in your Salient Options panel :
    article.post .post-header h2 {
        white-space: normal;
    }

    Thanks


    ThemeNectar Support Team