test
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • jonesmark Friend
    #166771

    Hello –

    I cannot seem to get bullets to show up in my articles. As suggested by Chavan, I have revised the code in the template.css to:

    div.ja-moduletable ul li, div.ja-module ul li {
    background: url(“../images/bullet.gif”) no-repeat 0 7px;
    padding-left: 12px;
    }

    (see http://www.joomlart.com/forums/topic/bullets-dont-show-in-ja-rave/)

    and have also tried khoand suggestion of including:

    <ul style=”list-style: circle; padding-left: 30px;”>

    directly into the HTML of the article, but that does not work either. From other threads, it appears other solutions have been suggested but either they did not work or a reply as to the outcome was not supplied by person who submitted the ticket.

    I am also afraid of implementing fixes for templates other than JA RAVE template for fear of really screwing something up.

    Any guidance?

    Ninja Lead Moderator
    #403931

    Hi jonesmark,

    To solve this, simply open /templates/ja_rave/css/template.css, add this:


    #ja-content-main ul {
    list-style-type: disc;
    }
    #ja-content-main ul li {
    margin-left: 15px;
    }

    jonesmark Friend
    #403983

    thanks so much!

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

This topic contains 3 replies, has 2 voices, and was last updated by  jonesmark 13 years, 4 months ago.

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