Any idea why my bullet / unordered list isn’t showing up in my layer slider. I pasted the code for the list into the paragraph window. It’s working (although without bullets) in the preview, but not in the published version. It works with plain text (no list code), or in the Span field, but not in the Paragraph field.
Here’s a screen grab of the preview:
https://www.evernote.com/shard/s320/sh/7d246ad9-20f4-4a29-b897-27049010fbef/0ec8d22a2d46f0f7aa1892bbb2884036
I’m developing at http://dev.christinecomaford.com.s175513.gridserver.com/
Hi!
Have you tried selecting Div/Video instead:
Best regards,
Josue
I had. It works like Span works — no bullets and it doesn’t the spacing and placement are off/different from the preview. Is that as good as it gets?
Hi!
You can add this on your custom.css or Quick CSS:
ol, ul {
list-style: disk;
}
Best regards,
Ismael
ok, thanks!