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 Offline

Official support hours:
Monday To Friday
From 09:00 To 17:00 Europe/London (BST)

Please post your question in the Forum and we will get back to you as soon as we can.

  Tuesday, 30 May 2023
  4 Replies
  395 Visits
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
more than a month ago
·
#113889
Accepted Answer
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

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

more than a month ago
·
#113885
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.

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

more than a month ago
·
#113888
This is a temporary URL - bulleted list example is at the very bottom of the page: [link removed]

Thanks
more than a month ago
·
#113889
Accepted Answer
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

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

more than a month ago
·
#113898
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
emedia selected the reply #113889 as the answer for this post — 4 months ago
  • Page :
  • 1
There are no replies made for this post yet.
Be one of the first to reply to this post!