Shape 5

Joomla Templates => Touch of Soul - Club => : kcorron4 July 25, 2010, 12:36:27 PM



: bullet styles
: kcorron4 July 25, 2010, 12:36:27 PM
Hi,

I am using a custom html module that's loaded into the tabshow.  When I apply a bullet list style such as ul_bullet_small, it doesn't format it properly on the front end.  The bullet goes over top of the text.

I have also tried the following to create a normal bullet list.  It doesn't indent and the round bullet does not show up.  How do I get a bullet list to show up properly?  Thanks!

<ul>
<li>Only non-metal spikes allowed. </li>
<li>Proper golf attire required.  No t-shirts. </li>
<li>Importing of food, coolers, alcoholic or non-alcoholic beverages is prohibited. We distribute alcoholic beverages in accordance with the North Carolina Alcoholic Beverages Commission Regulations. </li>
<li>Non-member use of golf course is restricted to golf only. Jogging, walking, dog-walking, etc. is prohibited. </li>
</ul>


: Re: bullet styles
: mikek July 26, 2010, 11:20:11 AM
Hello,

Please post a url to where this occurs.


: Re: bullet styles
: kcorron4 August 01, 2010, 08:37:01 AM


http://174.133.190.4/~golfquar/

proshop
proshop1

Click on "Course Policies" tab.  I can't format any article page with bullets.

Thanks.


: Re: bullet styles
: mikek August 02, 2010, 07:40:01 AM
Hello,

They are there but they are being cut off by the overflow of the tab. If you add the following to the bottom of the following file it should correct it:

modules/mod_s5_tabshow/s5_tabshow/styles.css

#s5_button_content li li {
margin-left:15px;
}