Displays Vertical List
-
I’m posting here solving my own issue (for others to see). My list displayed vertical with “block” attributes. I went in to the editor of the theme I was using and found the culprit:
ul li {clear:both; etc, etc, etc. }
Remove “clear:both;” and it will correctly format.
Hope this helps someone else.
- The topic ‘Displays Vertical List’ is closed to new replies.