Okay
  Public Ticket #149459
Blog Header
Closed

Comments

  • Mia started the conversation
    My blog title headers are getting the bottom half cut off of them. How can I fix this?
  •  1,043
    ThemeNectar replied

    Hey Mia!

    Add this into the Custom CSS box located in your Salient Options panel:

    .blog .container-wrap {
      margin-top: 0px!important;
      padding-top: 40px!important;
    }

    Cheers!