I can't get my lists to align correctly. If you look at http://www.behindthemixer.com/content/church-sound-system-stress-reduction
you will see this:
8:00: Get sound equipment and stage set up and ready
8:15: Worship team practice
8:40: Soloist practice
The problem is this has the ul/li tags around it. I've tried modifying the css - even using firebug to find the css that is controlling this. No matter what I do, the red image is outside of the text area and the list is not indented. I've tried some float options but I can't fix it.
Comments
Comment #1
codebutcher commentedI added the following and it worked correctly...
#contentmiddle ul{list-style-position: inside;padding-left: 30px;}
#contentmiddle ul li{}
Comment #2
phph commentedIt resolved my problem too. Look the markers at http://www.circuitolivre.org/drupal/node/43
Thanks you!
Pedro Henrique Mota Emiliano
BRAZIL
Comment #3
sakib000 commentedWill be fixed in newer version after 2 days
Thanks
Comment #4
sakib000 commentedComment #5
drumm