Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #131560
    jebernier
    Participant

    How do I reduce the excess vertical spacing both above and below the page title?

    Example Page

    #131605
    tikaram
    Keymaster

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

    #content .wrapper {
    	padding-top: 0;
    }
    .entry-container .entry-header {
    	margin-bottom: 0;
    }

    Let me know if this resolves your issue.

    Regards,
    Tikaram

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Reduce vertical spacing above and below page title’ is closed to new replies.