Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • pastorbill Friend
    #165104

    I am building a site for my church using Joomla 1.6.3. My template is JA_Methys.

    I am at the point of nearly going live with the site but I’m having an issue with bulleted lists.

    Here is a link to the page that should show bullets:
    http://lighthouseaz.com.previewdns.com/ministries/missions

    Here is my HTML code:

    <p>We have a committed purpose to:</p>
    <ul>
    <li>Establish a consistent line of communication between our missionaries and our church.</li>
    <li>Act as a prayer covering for our missionaries.</li>
    <li>Evaluate and set up new relationships with missionaries.</li>
    </ul>

    I searched through template.css to find out if there were style overrides but couldn’t find them. I found a forum thread from another template that suggested I add the following:

    .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 did not work. ANY SUGGESTION? Please help.

    khoand Friend
    #395827

    Hi,
    You add this code into template.css

    .article-content ul{list-style: circle;padding-left: 20px;}

    pastorbill Friend
    #395828

    I wish I could say that worked but it did not. I tried clearing the cache and it still did not work. Thanks for trying, though.

    Anyone else want to take a shot?

    khoand Friend
    #395829

    You change this code :

    <p>We have a committed purpose to:</p>
    <ul>
    <li>Establish a consistent line of communication between our missionaries and our church.</li>
    <li>Act as a prayer covering for our missionaries.</li>
    <li>Evaluate and set up new relationships with missionaries.</li>
    </ul>

    with

    <p>We have a committed purpose to:</p>
    <ul style="list-style: circle;padding-left: 20px;">
    <li>Establish a consistent line of communication between our missionaries and our church.</li>
    <li>Act as a prayer covering for our missionaries.</li>
    <li>Evaluate and set up new relationships with missionaries.</li>
    </ul>

    pastorbill Friend
    #395866

    Thank you. That worked. I had actually tried something similar so I had my doubts when you posted this. 🙂 I guess I didn’t see the importance of the padding-left. Thanks again.

    If anyone can explain how to get the same results in the JA_Mythys template.css I would appreciate knowing that too.

    pastorbill Friend
    #397328

    By the way I found the real solution … read the typography guides on the demo site! Duh! Using their codes allows me to do a WHOLE lot more.

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

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

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