-
AuthorPosts
-
May 11, 2011 at 5:40 pm #163874
Hi,
No bullets are displaying. I am using IE, but I also checked it in Firefox.
I have included a screenshot of where bullets should be.
When I use code view, the code seems correct.http://www.dynamichcs.com/joomla16/index.php/en/
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
May 12, 2011 at 2:55 am #390855Hi,
Because http://www.dynamichcs.com/joomla16/plugins/system/jat3/jat3/base-themes/default/css/addons.css file redefined list-style of <ul>
ul {
list-style: none;
}
So, when you put <ul> while you edit article, you add style=”list-style: circle; padding-left: 30px;” into <ul> like that
<ul style="list-style: circle; padding-left: 30px;">
May 12, 2011 at 6:34 pm #391002I’d love to edit that addons.css file, but I can’t find it!
Where?khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
May 14, 2011 at 11:01 am #391217There is <joomla url>/plugins/system/jat3/jat3/base-themes/default/css/addons.css. You remove this code
ul {
list-style: none;
}
– Add this code into <joomla url>templatesja_ravecsstemplate.css file
.column ul
{
padding-left: 30px !important;
}1 user says Thank You to khoand for this useful post
AuthorPostsViewing 4 posts - 1 through 4 (of 4 total)This topic contains 4 replies, has 2 voices, and was last updated by khoand 13 years, 6 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
No Bullets showing
Viewing 4 posts - 1 through 4 (of 4 total)