• 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

Number & Bullet Lists

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 › Number & Bullet Lists

This topic is: not resolved

Tagged: Bullets, text

  • This topic has 6 replies, 2 voices, and was last updated 11 years, 11 months ago by John Gregory Olson.
Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • November 20, 2013 at 10:28 pm #74657
    John Gregory Olson
    Member

    I am using Freelance theme and noticed that numbered and bullet lists stay flush left in body copy. Is there a way to change the format style so they indent to create white space and make it easier for readers to scan?

    http://jgodigital.com
    November 21, 2013 at 12:16 am #74664
    Brad Dalton
    Participant

    You can change the values in your style sheet for ordered and unordered lists.

    ol,
    ul {
    	margin: 0;
    	padding: 0;
    }
    

    Tutorials for StudioPress Themes.

    November 21, 2013 at 12:43 pm #74750
    John Gregory Olson
    Member

    Hi Brad. Thanks for responding. There are several lines in the css that reference ul and ol. Here is what I see:
    #content .post ul, #content .page ul {
    list-style-type: square;
    margin: 0;
    padding: 0 0 15px 0;
    }

    #content .post ul li, #content .page ul li {
    list-style-type: square;
    margin: 0 0 0 20px;
    padding: 0;
    }

    #content .post ul ul, #content .page ul ul {
    list-style-type: square;
    margin: 0;
    padding: 0;
    }

    #content .post ol, #content .page ol {
    margin: 0;
    padding: 0 0 15px 0;
    }

    #content .post ol li, #content .page ol li {
    margin: 0 0 0 20px;
    padding: 0;
    }

    #content .post ol ol, #content .page ol ol {
    margin: 0;
    padding: 0;
    }
    Do I change them all to remove the 'px' from the code? I am hesitant to make any sweeping change unless I know I won't mess something else up.

    November 22, 2013 at 5:12 am #74926
    Brad Dalton
    Participant

    Try adding this at the end of your child themes style.css file and modify the values for padding and margins:

    #content .post ul li, #content .page ul li {
        list-style-type: square;
        margin: 0 0 0 20px;
        padding: 0;
    }
    
    #content .post ol li, #content .page ol li {
        margin: 0 0 0 20px;
        padding: 0;
    }
    

    You might want to use individual CSS properties rather than shorthand. http://www.w3schools.com/css/css_padding.asp


    Tutorials for StudioPress Themes.

    November 22, 2013 at 9:45 am #75019
    John Gregory Olson
    Member

    Brad,

    That is the same string that already exists within the styles, but I added it to the end of the content section in the css as you recommended. It did not change anything. I am new to working with css, but have had some success with making a few changes by copy/pasting into the file. If the code is already there, would I still have to repeat it at the end? Did I place it in the right location within the css?

    I appreciate your help.

    November 22, 2013 at 11:30 am #75043
    Brad Dalton
    Participant

    John

    modify the values for padding and margins:

    You can change the default code or copy it to the end of the file and change it there.

    You will need to change the values for the padding and or margin and then you will see the difference.

    I always test code so i know it works.


    Tutorials for StudioPress Themes.

    November 22, 2013 at 2:59 pm #75077
    John Gregory Olson
    Member

    Okay, I got it to work. Thanks for your help Brad. And thanks for pointing me to the w3schools website. That has a lot of helpful info to get me informed on css.

  • Author
    Posts
Viewing 7 posts - 1 through 7 (of 7 total)
  • The forum ‘Design Tips and Tricks’ 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

© 2025 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