You need to be logged in to post in the forum - Log In

An active JCE Pro Subscription is required to post in the forum - Buy a Subscription

Support is currently Online

Official support hours
Monday to Friday
09:00 - 17:00 Europe/London (BST)

#113883 Bulleted Lists (unordered lists) don't display correctly

Posted in ‘Editor’
This is a public ticket

Everybody will be able to see its contents. Do not include usernames, passwords or any other sensitive information.

Latest post by emedia on Wednesday, 31 May 2023 16:47 BST

emedia
After running a few updates - latest version of Joomla 4, latest JCE, latest Gantry 5, etc bulleted lists (unordered lists) no longer display correctly.

Specifically sub-items below a line item are no longer properly indenting. They all run flush left, rather than indenting.

Please advise.

Marc

Ryan
Specifically sub-items below a line item are no longer properly indenting. They all run flush left, rather than indenting.


This is probably caused by css in your template stylesheet. Please post a link to an example.

Ryan Demmer

Lead Developer / CEO / CTO

Just because you're not paranoid doesn't mean everybody isn't out to get you.

emedia
This is a temporary URL - bulleted list example is at the very bottom of the page: [link removed]

Thanks

Ryan
The issue is caused by this css:

ol>li>ol,
ol>li>ul,
ul>li>ol,
ul>li>ul {
 margin:0;
}
in /templates/rt_clarity/custom/css/jluikit.min.css

Ryan Demmer

Lead Developer / CEO / CTO

Just because you're not paranoid doesn't mean everybody isn't out to get you.

emedia
Ryan,

Thanks so much! You went above and beyond! You are correct - I was able to tweak that code, and it fixed the issue.

Marc