How can I eliminate space under header?

Answered

3 Comments

  • Pulkit Pandey
    Community Moderator

    Hi Victoria Campagna

    Please add the below code at the bottom of your style.css file

    .article-header {
    margin-bottom:0px;
    }

    .article-header h1 {
    margin-bottom: 0px;
    }
    .article-info .article-content {
    margin-top: 10px;
    }

    Let me know if it solves your issue

    Thanks 

    Pulkit

    1
  • Ifra Saqlain
    Community Moderator
    Most Engaged Community Member - 2022
    Most Engaged Community Member of The Year - 2021

    Hi,

    Add the CSS code at the bottom of your stylesheet:

    .article-content{
    margin-top:10px;
    }

    .article-header{
    margin-bottom:0;
    }

     

    If any query let me know.

    Thanks

    1
  • Victoria Campagna

    Thank you Pulkit and Ifra  :)

    1

Please sign in to leave a comment.

Powered by Zendesk