• Skip to main content
  • Skip to forum navigation

StudioPress

  • Shop for Themes
  • My StudioPress

Forum navigation

  • Home
  • General Genesis Discussions
  • StudioPress Themes
  • Genesis Blocks
    • Genesis Blocks
    • Genesis Custom Blocks
  • Retired Themes
  • FAQs
  • Forum Rules
  • Internationalization and Translations
  • Forum Bugs and Suggestions
  • Forum Log In

Are You Using The WordPress Block Editor?

Genesis now offers plugins that help you build better sites faster with the WordPress block editor (Gutenberg). Try the feature-rich free versions of each plugin for yourself!

Genesis Blocks Genesis Custom Blocks

Removing Post Meta Data Empty Space

Welcome!

These forums are for general discussion on WordPress and Genesis. Official support for StudioPress themes is offered exclusively at My StudioPress. Responses in this forum are not guaranteed. Please note that this forum will require a new username, separate from the one used for My.StudioPress.

Log In
Register Lost Password

Community Forums › Forums › Archived Forums › Design Tips and Tricks › Removing Post Meta Data Empty Space

This topic is: resolved
  • This topic has 15 replies, 3 voices, and was last updated 12 years, 1 month ago by Chris Moore.
Viewing 16 posts - 1 through 16 (of 16 total)
  • Author
    Posts
  • December 29, 2013 at 3:14 pm #81912
    pperkins81
    Member

    I've removed the post meta data from my posts, but I'd like to get rid of the white space area where the post meta data usually goes. It's empty now, so it's unnecessary. Any ideas?
    Thanks,
    Paul

    http://paulperkins.com
    December 29, 2013 at 3:30 pm #81917
    Chris Moore
    Member

    That's a margin from the h2.entry-title.

    Try this:

    h2.entry-title { margin: 0; }

    Does that work?


    Resepctfully, Chris Moore
    Web Dev, CSS Hacks, & Biz Consulting @ MooreCreativeIdeas.com / Blogging @ ReflectOnThis.com

    December 29, 2013 at 3:36 pm #81918
    Chris Moore
    Member

    On second consideration, try this:

    h2.entry-title {
    margin-bottom: 1rem;
    text-align: left;
    }

    Resepctfully, Chris Moore
    Web Dev, CSS Hacks, & Biz Consulting @ MooreCreativeIdeas.com / Blogging @ ReflectOnThis.com

    December 29, 2013 at 3:39 pm #81920
    Chris Moore
    Member

    Or even...

    h2.entry-title {
    margin-bottom: 0.5rem;
    text-align: left;
    }

    Resepctfully, Chris Moore
    Web Dev, CSS Hacks, & Biz Consulting @ MooreCreativeIdeas.com / Blogging @ ReflectOnThis.com

    December 29, 2013 at 3:40 pm #81921
    pperkins81
    Member

    I can't find anything labeled h2.entry-title.

    December 29, 2013 at 3:44 pm #81922
    Chris Moore
    Member

    You don't have to. 🙂 There is more than one way to skin a cat, as they say, and that definitely holds true for CSS.

    Open your child theme's style.css and then start your customizations at the bottom, the very bottom, after everything else is said and done. That way your customizations will override the child theme's styles. This is the best way to keep clear what you have changed and what originally came with the child theme. Otherwise, you will have no idea what you did, and where.

    If this doesn't work:

    h2.entry-title {
    margin-bottom: 0.5rem;
    text-align: left;
    }

    Then try this:

    h2 .entry-title {
    margin-bottom: 0.5rem;
    text-align: left;
    }

    (separating the h2 from the .entry-title)

    One of the two should work, again, at the very bottom of the child theme's stylesheet.


    Resepctfully, Chris Moore
    Web Dev, CSS Hacks, & Biz Consulting @ MooreCreativeIdeas.com / Blogging @ ReflectOnThis.com

    December 29, 2013 at 7:05 pm #81945
    pperkins81
    Member

    I see. Neither code got rid of the white space.

    December 29, 2013 at 10:22 pm #81967
    Chris Moore
    Member

    Hello again!

    I have some other suggestions (it sometimes takes up to 3 or 4 tries to get things just right), however, I can't access your homepage anymore, it automatically redirects to your "portfolio" page.

    Still willing and happy to help.

    Best of luck either way though!


    Resepctfully, Chris Moore
    Web Dev, CSS Hacks, & Biz Consulting @ MooreCreativeIdeas.com / Blogging @ ReflectOnThis.com

    December 30, 2013 at 7:55 am #82032
    pperkins81
    Member

    Hey Chris. Thanks! You should be able to access it now.

    December 30, 2013 at 10:07 pm #82226
    Chris Moore
    Member

    Looks like you got it to work? What changed? Needed to clear your browser cache, or you were using a caching plugin?

    At any rate, looks good to me. Let me know if you need further assistance with this.


    Resepctfully, Chris Moore
    Web Dev, CSS Hacks, & Biz Consulting @ MooreCreativeIdeas.com / Blogging @ ReflectOnThis.com

    December 31, 2013 at 5:31 am #82248
    pperkins81
    Member

    Really? I'm still seeing the empty space below the content. It's just below the "Keep reading" button.

    December 31, 2013 at 6:28 am #82255
    Genesis Developer
    Member

    add this in your style.css file

    .home footer.entry-footer, .blog footer.entry-footer{ display: none;}


    Download Genesis Featured Posts Combo Widget | Simple Grid Layouts Plugin for Posts, CPTs and terms
    You can request new tips/help.

    December 31, 2013 at 6:32 am #82258
    pperkins81
    Member

    Sweet! That fixed it on the main page. But it's still showing up in the post page. Any thoughts about that?

    December 31, 2013 at 6:36 am #82266
    Genesis Developer
    Member

    Remove my previous code and then only use this

    footer.entry-footer{ display: none;}


    Download Genesis Featured Posts Combo Widget | Simple Grid Layouts Plugin for Posts, CPTs and terms
    You can request new tips/help.

    December 31, 2013 at 6:44 am #82272
    pperkins81
    Member

    Terrific. Thanks a lot!

    December 31, 2013 at 8:12 am #82288
    Chris Moore
    Member

    Haha! I thought you were talking about the header area and where it says "Better Than a New Year’s Resolution, By Paul Perkins"... Sometimes the post meta is there. My apologies.

    The code I shared should move the post header left (instead of centered) and close the gap between the header and your byline.

    At any rate, looks like you got what you needed either way!


    Resepctfully, Chris Moore
    Web Dev, CSS Hacks, & Biz Consulting @ MooreCreativeIdeas.com / Blogging @ ReflectOnThis.com

  • Author
    Posts
Viewing 16 posts - 1 through 16 (of 16 total)
  • The topic ‘Removing Post Meta Data Empty Space’ is closed to new replies.

CTA

Ready to get started? Create a site or shop for themes.

Create a site with WP EngineShop for Themes

Footer

StudioPress

© 2026 WPEngine, Inc.

Products
  • Create a Site with WP Engine
  • Shop for Themes
  • Theme Features
  • Get Started
  • Showcase
Company
  • Brand Assets
  • Terms of Service
  • Accptable Usse Policy
  • Privacy Policy
  • Refund Policy
  • Contact Us
Community
  • Find Developers
  • Forums
  • Facebook Group
  • #GenesisWP
  • Showcase
Resources
  • StudioPress Blog
  • Help & Documentation
  • FAQs
  • Code Snippets
  • Affiliates
Connect
  • StudioPress Live
  • StudioPress FM
  • Facebook
  • Twitter
  • Dribbble