cmBB - Simple Content Management for phpBB

Item list problem - cmBB - Simple Content Management for phpBB

Item list problem

by ghswen » Mon Jun 15, 2020 6:17 pm

It seems we have a problem when using the "Item List" feature in the ckeditor. It appears not to line up the numbering system correctly. I'm pretty sure it's a .css problem but I can't seem to find where to fix it.

I have tested it on prosilver and 'black' styles and it appears the same way using either.

Please see the following screen shot.
Item list cmbb.jpg
ghswen
Registered User
Posts: 46
Joined: Sun Apr 21, 2019 9:04 pm
Contact:

Re: Item list problem

by Ger » Tue Jun 16, 2020 6:54 am

Yeah, that's a CSS thingy. Add this to your stylesheet:

Code: Select all

#content_val ol, #content_val ul {
    margin-left: 10px;
}
You can play with the amount of px to suit your needs.
My extensions:
Simple CMS, Feed post bot, Avatar Resize, Modbreak, Magic OGP, Live topic update, Modern Quote, Quoted Where (GDPR) and Autoresponder.
Newest: FAQ manager for 3.2

Like my work? Buy me a coffee to keep it coming. :ugeek:

-Don't PM me for support-
User avatar
Ger
Registered User
Posts: 2108
Joined: Wed Jan 02, 2008 7:35 pm
Location: 192.168.1.100
Contact:

Re: Item list problem

by ghswen » Tue Jun 16, 2020 6:02 pm

Thanks so much!!!

All fixed.
ghswen
Registered User
Posts: 46
Joined: Sun Apr 21, 2019 9:04 pm
Contact: