• Resolved robb5

    (@robb5)


    Twenty Twenty theme, no special plug-ins

    Hi, all.

    I’ve been reading the forum for a while and still can’t figure out how to change the spacing around page titles or headers. I followed another post to remove the title from pages since I created featured images with the title written on them, however much extra space remains.

    In short, how does one remove the extra green from the Jokes page so that it looks like the homepage?

    https://robbross.net
    https://robbross.net/jokes

    Cheers,

    Robb

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter robb5

    (@robb5)

    I tried Elementor and removed it as my needs are simple and I’d rather not have to learn new things.

    The “Posts in Page” plugin is used to show categories of posts on specific pages. The extra space on the Jokes page was there before and after this plugin.

    Before the original post here, I also read documentation and didn’t see anything about changing the size/spacing of parts like the title and header. Another post here helped with shortening the header that is apparent on the homescreen.

    Thread Starter robb5

    (@robb5)

    I also followed post-12238102 about the space between blocks and didn’t notice a difference.

    Removing the featured image on the page only removed a bit of the extra space.

    Moderator James Huff

    (@macmanx)

    That’s the space where the title should appear. It looks empty because you’re hiding the title with a display:none;

    If you want to hide that whole area, instead use:

    .entry-header.has-text-align-center.header-footer-group {
        display: none;
    }
    Thread Starter robb5

    (@robb5)

    That worked! Thanks a bunch!

    Works for me too ; thanks.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Space around page title and header’ is closed to new replies.