Unordered list doesn't indent second line ver 4


Author Message
Keith

Posted: 9/7/2012
Quote message 

I have an issue with unordered lists in ver 4.

The second line isn't indenting as it did with ver 3.

I'm generating a simple html site and I've tried adding ':outside;' as suggested in many posts but to no avail.

The format for ul>li, for example, is different in ver 4's css to ver 3's.

Is it me?

Thanks for any tips.

Keith

 
Keith

Posted: 9/8/2012
Quote message 

Anybody?
 
Ron

Posted: 9/9/2012
Quote message 

Was just looking at this. It appears that the only option is for an IMAGE bullet and not css buttet type (like disc). This means that the indent is based upon the position of the image and is indenting correctly below the image.
 
Ron

Posted: 9/9/2012
Quote message 

Try this:

Create your image bullet normally. Save Wordpress export and upload.

I have my FTP upload set to not remove unused files so that the postbullet.png file will remain. If yours removes it then save that file and add after the upload. Or, use a Child theme... makes it much easier!

Back to ART and set image bullet to none.

Add the following to CSS Options:

ul {
list-style-image: url(images/postbullets.png);
}

Works for me.