Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author cubecolour

    (@numeeja)

    This appears to be a result of the following CSS rule in one of your inline stylesheets:

    #left-area ol li ul,

    .entry-content ol li ol,
    .et-l--body ol li ol,
    .et-l--footer ol li ol,
    .et-l--header ol li ol {
    padding:2px 0 2px 35px;
    }

    Either find what is adding this so you can change the padding value, or override the rule with custom values by adding a new CSS rule with higher specificity targetting the same elements with vertical padding values of 0 or other appropriate value(s).

    Thread Starter Bee Hautamaki

    (@bee-hautamaki)

    Awesome. Divi support helped me override the CSS default. The issue is solved.

    Thanks cubecolour!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Issue with spacing between Nested Order levels’ is closed to new replies.