I am trying to created nested lists, and I can see that it CAN be done… but I just can’t work out how. I know that I have to create a new list in a list item, and that works fine, but I can’t then give that list item a value.
On the page, the lists I am working on are in column 3.
At the bottom of the page is an HTML embed showing what I am looking for.
No, the problem is that I am trying to add a nested list within a list item that needs a name. For example, lemonades is an item in the high level list. I want a sub-list within “lemonades” of ginger lemon and mint lemon. If the list item has text in it, I can’t add the nested list. Once I have added a nested list, I can’t add text within the higher level.
Took me a while to see what you were doing there. I’ve seen it done without divs, and that’s the approach I’d like to follow, at least initially. Who knows where this will go!
Hi there - I was trying to do the same thing and figured out a hack. If you create a list in an empty list item, then remove the bulleting at the first level, you’ll have the sub-bullet styling/structure. Then the hack is to just use padding to nudge the bullets to appear indented to the previous list item. This has to be a separate list to the previous list as it will remove your other bullets otherwise. This was what appeared to get me the easiest copy/paste-able solution for other lists.