• 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

Too much space before bullets

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 › General Discussion › Too much space before bullets

This topic is: not resolved
  • This topic has 3 replies, 2 voices, and was last updated 10 years, 5 months ago by Brad West.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • March 3, 2016 at 9:57 pm #180607
    AmyRogers
    Member

    I am working on a client's site and she is very unhappy - to the point that she can't see anything else - with the amount of space before a bullet list.

    Here is a link to a page that shows it.

    http://www.writingrogers.com/?page_id=216

    Anyway, is this built into the font, or is there something I can change in the CSS to reduce this space? Thanks for any help you can offer on this!

    Amy

    http://writingrogers.com
    March 3, 2016 at 10:50 pm #180608
    Brad West
    Member

    That spacing is pretty standard, but if you need to change it you could add a negative indent. This will only affect the first line of the list item.

    For the lists I see on the page you liked to, you could add negative indent like this:

    .entry-content ul li {
        text-indent: -8px;
    }

    Although that will also change any bullet lists in any post content area on the whole site.

    Failing that you could add your list items inside a span and then adjust the position. Here's a tutorial on StackOverflow: http://stackoverflow.com/questions/4373046/css-control-space-between-bullet-and-li

    March 4, 2016 at 6:59 am #180641
    AmyRogers
    Member

    Brad, thank you so much for your help! Unfortunately I don't think I was clear in my original post. There is too much vertical space above the first item in a bullet list. So I'm trying to shrink that. If you have any thoughts I would really appreicate it!

    March 5, 2016 at 3:10 am #180692
    Brad West
    Member

    OK. I see what you mean. That's the margin on the bottom of those p elements; females, males, etc..

    You've got margin-bottom of 26px on p elements inside your entry-content area. See line 1542 in your stylesheet.

    You could do something like this:

    .entry-content p {
        margin-bottom: 0;
    }

    Of course that will remove the margin for all paragraphs in your entry content area so you probably don't want to do it that way.

    You've got some divs in there like this:

    <div class="one-fourth first">

    I'd add a new class to those and that way you can target them specifically. Something like this maybe:

    <div class="no-margin-bottom one-fourth first">

    Then you can add this in your stylesheet:

    .no-margin-bottom p {
      margin-bottom: 0;
    }
  • Author
    Posts
Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘General Discussion’ is closed to new topics and 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