• Resolved sandylea

    (@sandylea)


    trying to make sure that the bullet points on blog posts are indented a bit. but when i update the style sheet with margin specs it is applied to the whole site instead of just the blog posts so even the text in my widgets gets indented. not sure what to update and where to update it in my style sheet so that only the bullet points in the blog posts are indented. still new to coding so specific details are greatly appreciate. the site is cancertreatmenttoday.org and to see a specific post with bullets search for Criteria for Remission in AML. Thanks for any help you can provide!

Viewing 4 replies - 1 through 4 (of 4 total)
  • You should use the following code to indent bullets under your stylesheet;
    .blog ul{
    margin-left:20px;
    }

    If It is still not working. Include “Important” e.g.
    .blog ul{
    margin-left:20px!important;
    }

    Thread Starter sandylea

    (@sandylea)

    Thanks for your suggestions. I’ve tried both and what happens is the widgets also get indented. so now my categories which are in the tabber tabs widget are being indented and my Apiki WP FAQs widget is indented with a bullet as well. I pasted the code in the style sheet under the section titled “General Rules” and I’m wondering if there might be a different spot where I should place the code.

    Try using this:

    .postdesc ul{
    margin-left:20px;
    }

    Thread Starter sandylea

    (@sandylea)

    woo hoo! you did it! thank you so so so so so so much! it looks perfect now.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘how to indent bullet points’ is closed to new replies.