• tianag

    (@tianag)


    In the back end my list shows up just perfect. When I publish all the spacing is gone.

    • This topic was modified 7 years ago by tianag.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator cubecolour

    (@numeeja)

    This looks to be due to CSS rules which are applied to the ol elements in the theme, eg

    
    #left-area ol, .comment-content ol, .entry-content ol, body.et-pb-preview #main-content .container ol {
        list-style-position: inside;
    }
    

    your theme vendor should be able to provide support for overriding the default styles for ordered lists.

    Thread Starter tianag

    (@tianag)

    Ok – so you mean I should contact Divi Theme?

    Moderator cubecolour

    (@numeeja)

    yes – they should be able to help with the best way to customise the theme’s CSS to your requirements

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Ordered List not working’ is closed to new replies.