-
AuthorPosts
-
robertpolson Friend
robertpolson
- Join date:
- December 2009
- Posts:
- 11
- Downloads:
- 0
- Uploads:
- 0
- Thanked:
- 1 times in 1 posts
January 7, 2010 at 9:35 pm #147419Please help. My site is missing bullet points. As soon as I switch to any other template, bullet points appear properly.
Here is my template.css – http://pastebin.com/m27787da6
website: http://www.staroversky.com
jaybrd1 Friendjaybrd1
- Join date:
- November 2009
- Posts:
- 28
- Downloads:
- 0
- Uploads:
- 0
- Thanked:
- 7 times in 5 posts
January 8, 2010 at 4:37 am #328632You might try changing the setting on Line 45 in addons.css.
<blockquote>ul {
list-style-image:none;
list-style-position:outside;
list-style-type:none;</blockquote>Currently, you have list-style-type set to none, maybe try changing “none” to “circle“
Try that first and see if it makes a difference for you.
Good Luck.
robertpolson Friendrobertpolson
- Join date:
- December 2009
- Posts:
- 11
- Downloads:
- 0
- Uploads:
- 0
- Thanked:
- 1 times in 1 posts
January 8, 2010 at 2:51 pm #328703I only found this in addon.css:
ul {
list-style: none;
}Changing it to circle did nothing.
Any other ideas?
robertpolson Friendrobertpolson
- Join date:
- December 2009
- Posts:
- 11
- Downloads:
- 0
- Uploads:
- 0
- Thanked:
- 1 times in 1 posts
January 8, 2010 at 3:11 pm #328706The problem is somewhere in template.css
So far I narrowed down the problem to the modified template.css file
Original template.css that has bullet points: http://pastebin.com/f16855c0f
Modified template.css by someone else to change for blue color which has not bullet points: http://pastebin.com/f5ae4ddd3
I am not skilled in css and so far comparing the two together, I was not able to understand the difference that makes up for the missing bullet points.
Please help.
jaybrd1 Friendjaybrd1
- Join date:
- November 2009
- Posts:
- 28
- Downloads:
- 0
- Uploads:
- 0
- Thanked:
- 7 times in 5 posts
January 8, 2010 at 8:41 pm #328739I would suggest looking for the same thing I suggested above, but look in both template.css and typo.css
robertpolson Friendrobertpolson
- Join date:
- December 2009
- Posts:
- 11
- Downloads:
- 0
- Uploads:
- 0
- Thanked:
- 1 times in 1 posts
January 8, 2010 at 8:49 pm #328740I cannot find “list-style-type”
jaybrd1 Friendjaybrd1
- Join date:
- November 2009
- Posts:
- 28
- Downloads:
- 0
- Uploads:
- 0
- Thanked:
- 7 times in 5 posts
January 9, 2010 at 3:32 am #328769Check ALL the css files that came with the template. You might even replace temporarily the ones that you changed, putting the original css files back.
Try looking at addons.css again, but look for <blockquote>ul{list-style:none}</blockquote>
Then change none, this should change it for you, if you do not see it, add it to the bottom of the addons.css file.micrantha Friendmicrantha
- Join date:
- May 2007
- Posts:
- 465
- Downloads:
- 0
- Uploads:
- 6
- Thanks:
- 6
- Thanked:
- 158 times in 148 posts
January 9, 2010 at 9:04 am #328781Hello robertpolson
In your file template.css you have code:
/* List ---*/
.column1 ul li {
background: url(../images/bullet.gif) no-repeat 20px 7px;
line-height: 160%;
overflow: hidden;
padding-left: 30px;
}If you change selector .column1 to .column you have your list-style images back I suppose.
good luck,
Micrantharobertpolson Friendrobertpolson
- Join date:
- December 2009
- Posts:
- 11
- Downloads:
- 0
- Uploads:
- 0
- Thanked:
- 1 times in 1 posts
January 9, 2010 at 5:36 pm #328811<em>@micrantha 159723 wrote:</em><blockquote>Hello robertpolson
In your file template.css you have code:
/* List ---*/
.column1 ul li {
background: url(../images/bullet.gif) no-repeat 20px 7px;
line-height: 160%;
overflow: hidden;
padding-left: 30px;
}If you change selector .column1 to .column you have your list-style images back I suppose.
good luck,
Micrantha</blockquote>Thank you. Thad fixed it !
1 user says Thank You to robertpolson for this useful post
-
AuthorPosts
This topic contains 9 replies, has 3 voices, and was last updated by robertpolson 14 years, 10 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum