Bullets on Post different than on pages

  • In Progress
    Posted in: Highend WP Theme  
  • Customer
    kimallenpeng
    October 15, 2017 at 8:49 pm #118307

    Hi,
    My website is https://allenvisioninc.com/
    On my pages the bullets and number lists indent correctly.
    For example: https://allenvisioninc.com/talent/

    On my posts only the numbers indent correctly. (the bullets remain at the left)
    For example: https://allenvisioninc.com/80000-hours/

    I tried some custom script

    #main-wrapper .hb-main-content a, select
    {
    color: #508fbb; text-decoration: underline;
    }
    #main-content ol, ul, li
    {
    margin-left: 39px;
    margin-top: -10px;
    margin-bottom: 10px;
    }
    .hb-main-content ul li
    {
    list-style-type: disc;
    }
    #main
    {
    padding-top: 0px;
    }

    With no success – What do I need to fix bullets?

    Thanks

    Sorry, this forum is for verified users only. Please Login or Register to continue

Comments are closed.