Heisenberg submitted a new resource:
You must be registered for see links
- Fix for nested bullets style and spacing issuesFix for nested bullets style and spacing issues
07-17-2016, 01:36 AM
There are issues when you use nested bullets in the editor. See screenshot below.
You must be registered for see images attach
To fix the above issue, add this in css_additional or via Sitebuilder > Style > CSS Editor.
Code:[/I][/B][B][I].restore ul, .restore ol { margin: 1em 0; padding: 0 40px; } .restore ul ul, .restore ul ol, .restore ol ul, .restore ol ol { margin-top: 0; } .restore ul > li {...
You must be registered for see links
Last edited:
