Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #130705
    Dennis Johnson
    Participant

    Hi I am wondering if someone could give me custom CSS to eliminate the padding above and below page titles?

    Thanks,
    Michele

    Site: new.KidsforSavingEarth.org

    #130731
    tikaram
    Keymaster

    @nsd : Go to Appearance => Customize => Additional css and add the following css.

    .page .site-main .entry-header {
    	padding: 0 30px;
    }
    .entry-title {
    	margin:0;
    }

    Let me know if this resolves your issue.

    Regards,
    Tikaram

    #130798
    Dennis Johnson
    Participant

    Yes that was exactly what I needed! Thank you!

    #130830
    tikaram
    Keymaster

    @nsd : Glad to know that the issue has been resolved. Have a Good day.

    Regards,
    Tikaram

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Change Padding around page title | High Responsive’ is closed to new replies.