• Resolved esd3104

    (@esd3104)


    There seems to be an issue with unordered list formatting in that bullets are not displaying. Inspecting the element shows it’s for sure an unordered list.

    <ul><li>1962-1967 MGBs with a 3 main synchro gearbox used a “D-Type” Laycock overdrive</li><li>1968-1974 (including some late 1967) MGBs with the 4 synchro gearbox used a “LH-Type” Laycock overdrive also known as a “Black Label” overdrive because the plate under the solenoid was black</li><li>1975-1980 MGBs, also with the 4 synchro gearbox also used a “LH-Type” Laycock overdrive, but there are some internal differences and these are also known as a “Blue Label” overdrive because the plate under the solenoid was blue</li></ul>

    I did a quick test page and in preview mode it shows the issue. Unordered lists have no bullet but a numbered list shows correctly 1, 2, 3 etc.

    I could have sworn this was working before but can’t remember where I might have used an UL item. I did check my theme and a page with a UL and OL work as expected.

    • This topic was modified 2 years, 7 months ago by esd3104.
    • This topic was modified 2 years, 7 months ago by esd3104.
    • This topic was modified 2 years, 7 months ago by esd3104.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello @esd3104,

    I hope you are doing well.

    It seems you have a style conflict on your single doc page. But you can overcome this by using some Custom CSS. Here is the Custom CSS given below –

    .betterdocs-content ul, .betterdocs-content ol {
        list-style: unset!important;
    }
    
    .betterdocs-content ul li, .betterdocs-content ol li {
        margin-left: 30px!important;
    }

    Note – Don’t forget to clean your caches after making any change.

    I hope it will help. Let me know how it goes.

    Thank you!

    Thread Starter esd3104

    (@esd3104)

    Thanks, that works!

    Seems to be theme related because switching to a basic theme solves it. I guess I will need to report this to the theme developer.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Unordered List – No Bullets Showing’ is closed to new replies.