-
AuthorPosts
-
wolfemann Friend
wolfemann
- Join date:
- February 2008
- Posts:
- 56
- Downloads:
- 108
- Uploads:
- 6
- Thanks:
- 29
- Thanked:
- 3 times in 1 posts
January 5, 2011 at 2:51 am #158309Hi again everyone, and thanks for all the help.
I’m having a weird problem.
The bullet points <ul> show up in my articles, but don’t show up in the blog view.
Any ideas?
Best,
Micahaman204 Friendaman204
- Join date:
- January 2010
- Posts:
- 1945
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 11
- Thanked:
- 418 times in 356 posts
January 5, 2011 at 11:41 am #370236Can you please provide in direct site link to take closer look. Also, It would be great if you could also provide in screenshot of area where bullets have been added
wolfemann Friendwolfemann
- Join date:
- February 2008
- Posts:
- 56
- Downloads:
- 108
- Uploads:
- 6
- Thanks:
- 29
- Thanked:
- 3 times in 1 posts
January 7, 2011 at 2:09 am #370575Hi Aman,
The URL is http://euromil-15.test4bugs.com
The Home page (blog view) looks like this:
The Article looks like this:
Any ideas?
Best,
Micah-
aman204 Friend
aman204
- Join date:
- January 2010
- Posts:
- 1945
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 11
- Thanked:
- 418 times in 356 posts
wolfemann Friendwolfemann
- Join date:
- February 2008
- Posts:
- 56
- Downloads:
- 108
- Uploads:
- 6
- Thanks:
- 29
- Thanked:
- 3 times in 1 posts
January 9, 2011 at 6:54 pm #370944Thanks Aman. That did it.
Just so I understand.
What was causing the problem? The removed lines (background: none repeat scroll 0 0 transparent !important; and padding: 0 5px; ) seem to deal only with the padding and background.Why would that effect the bullett points?
Thank you again!
Best,
Micahaman204 Friendaman204
- Join date:
- January 2010
- Posts:
- 1945
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 11
- Thanked:
- 418 times in 356 posts
January 10, 2011 at 6:22 am #371034<em>@wolfemann 213849 wrote:</em><blockquote>Thanks Aman. That did it.
Just so I understand.
What was causing the problem? The removed lines (background: none repeat scroll 0 0 transparent !important; and padding: 0 5px; ) seem to deal only with the padding and background.Why would that effect the bullett points?
Thank you again!
Best,
Micah</blockquote>Hi Micah,
Here are the eloborations on how the above properties removal will tend to bring in bullets in clear way 🙂
1) background: none repeat scroll 0 0 transparent !important; :: !important tends to supersude other properties and over here, it was supersuding the property which brings in background image for bullet point. Also, It is set to none which means that no background image can tend to show if this property exists
2) padding: 0 5px; :: Removal of this can tend to bring background circle image in clear formation with below padding property shown
Mainly, The below property attributes will tend to come in effect bringing the bullet in right formation
.ja-moduletable ul li, .ja-module ul li, .ja-content-main ul li {template.css (line 76)
background: url(“../images/bullet.gif”) no-repeat scroll 20px 7px transparent;
line-height: 160%;
margin-bottom: 5px;
overflow: hidden;
padding-left: 30px;
}1 user says Thank You to aman204 for this useful post
-
AuthorPosts
Viewing 7 posts - 1 through 7 (of 7 total)This topic contains 7 replies, has 2 voices, and was last updated by wolfemann 13 years, 11 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum