MyBB Community Forums
Bullet list isn't working. - Printable Version

+- MyBB Community Forums (https://community.mybb.com)
+-- Forum: 1.8 Support (https://community.mybb.com/forum-175.html)
+--- Forum: General Support (https://community.mybb.com/forum-176.html)
+--- Thread: Bullet list isn't working. (/thread-206990.html)



Bullet list isn't working. - http:// - 2016-12-30

Hello,
I'm 100% sure this is the themes fault, but I'm 0% sure i can fix it on my own. Anyone willing to help a community member out?

My bulletin points aren't showing up in the message output. They are showing up in the editor, but not in the output.

Some pictures for reference:

[Image: 14c554f895.png]

[Image: 33e2a7cb56.png]


This hasn't worked on neither of my two forums I moderate, so it has to be the themes fault, since when I switch to the Default theme the bullets apear.

I'm using Flipside from mySkins.
http://myskins.org/Thread-1-8-FlipSide-Free-Flat-Modern-CMS-Style-MyBB-Theme-for-1-8x-Version-from-MySkins-Studio


Thanks. o/


RE: Bullet list isn't working. - Matt - 2016-12-30

Can we have your URL so we can inspect the CSS?


RE: Bullet list isn't working. - http:// - 2016-12-30

(2016-12-30, 06:48 PM)Matt Wrote: Can we have your URL so we can inspect the CSS?

http://naumeru.hol.es/forums/

user: admin
pw: admin321


RE: Bullet list isn't working. - Matt - 2016-12-30

Somewhere in global.css, add this:

.post_body ul {
        padding-left: 20px;
}



RE: Bullet list isn't working. - http:// - 2016-12-30

Still doesn't work. Added exactly where you said.


RE: Bullet list isn't working. - Matt - 2016-12-30

Where did you put it? Can't see it in your global.css.


RE: Bullet list isn't working. - http:// - 2016-12-30

[Image: bdaf3b55d6.png]

nevermind, deleted something and it fixed. Thank you Matt.


RE: Bullet list isn't working. - Vis4w - 2017-08-24

I'm having the exact same problem right now, wondering what http did to fix it?

I've posted Matt's code in global.css and nothing changed unfortunately. Any help? Is that code supposed to work for every theme or is it a custom solution?