Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • Janice W Davis Friend
    #147844

    I have found that there may be an issue if in an article you have an unordered list and you want an image aligned on the left. It seems since the list uses a background image for the bullets instead of an list image – the bullets are not visible. I sort of fixed this by creating another style and adding it to template.css:

    .
    article-content ul li {
    list-style-position: outside;
    list-style-image: url(../images/bullet.gif);
    margin-left: 35px;
    padding-left: 0px;
    background-image: none;
    }

    Just thought I’d pass it on if any one has encountered this.

    Saguaros Moderator
    #330284

    Hello guy!

    You have a mistake in your style, it’s missing a dot before the ‘article-content ‘ text
    It’s right:


    .article-content ul li {
    list-style-position: outside;
    list-style-image: url(../images/bullet.gif);
    margin-left: 35px;
    padding-left: 0px;
    background-image: none;
    }

    ,This style is working on my site.

    Janice W Davis Friend
    #330347

    You are absolutely correct – I actually have the dot in my style – I guess I missed it on the copy and paste. Thanks for picking it up.

Viewing 3 posts - 1 through 3 (of 3 total)

This topic contains 3 replies, has 2 voices, and was last updated by  Janice W Davis 14 years, 10 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum