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

codebutcher’s picture

I added the following and it worked correctly...
#contentmiddle ul{list-style-position: inside;padding-left: 30px;}
#contentmiddle ul li{}

phph’s picture

It resolved my problem too. Look the markers at http://www.circuitolivre.org/drupal/node/43

Thanks you!
Pedro Henrique Mota Emiliano
BRAZIL

sakib000’s picture

Status: Active » Fixed

Will be fixed in newer version after 2 days

Thanks

sakib000’s picture

Status: Fixed » Closed (fixed)
drumm’s picture

Project: » Admire Gray
Version: 5.x-1.2 » 5.x-1.x-dev
Issue summary: View changes