Working with Bulleted Lists

Posted by Community Admin on 03-Aug-2018 19:42

Working with Bulleted Lists

All Replies

Posted by Community Admin on 09-Dec-2010 00:00

Hi there - first time working with the SiteFinity tools and both the business client and I are having some issues including bulleted lists in the designer window when adding content (we're working in 3.7). If they show up - which they frequently don't - they are often outside of the conent window (just to the left of where the generic conent blocks left margin isset). Are there tricks or any easy work around to this issue? They are handling content migration (sources include Word docs, PDFs, and predominantly the last version of their site) and I am hoping that there is a simple solution to creating and importing bullted lists that indent appropriately.

Thanks in advance!

Posted by Community Admin on 09-Dec-2010 00:00

Hi Neil,

To overcome this problem I just defined it in the CSS and the whenever I use bullets I specify class="bullets".

#bullets li
    position: relative:
    margin-left: 20px !important;
    list-style: disc;
    margin-bottom: 9px;

I hope this helps.

This thread is closed