How can I change spacing between banner, page title, and text?

  • Unknown's avatar

    How can I change spacing between banner, page title, and text? I’d like to reduce a bit of the white space between the three on a WordPress.com website I manage at siriusxgc.com, but I can’t find an option for doing it. Is there a way, or am I stuck with it the way it is? Thanks!

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi there,

    You can do this by editing the CSS. Please go to Appearance > Customize in your Dashboard. Once you are there, head to CSS. Try adding this below and see what you think:

    .singular.page .hentry {
    	padding:0;
    }

    If you would like to reduce it even more, try this:

    #access {
    margin-bottom: 0;
    }
    
    #main, .entry-content, .entry-summary, .singular.page .hentry {
    padding: 0;
    }
  • The topic ‘How can I change spacing between banner, page title, and text?’ is closed to new replies.