-
AuthorPosts
-
billrust Friend
billrust
- Join date:
- March 2011
- Posts:
- 121
- Downloads:
- 35
- Uploads:
- 13
- Thanks:
- 15
- Thanked:
- 3 times in 1 posts
May 7, 2011 at 4:15 pm #163706http://gmha.net/new/index.php/about-gmha
There are 2 sets of unordered list items on this page. IN my editor, I see the bullet point next to the items. They are in the page source as well. Why do they not show up on the public side?
Thanks,
Billkhoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
May 7, 2011 at 4:31 pm #390254Hi,
– Because css is defined in http://gmha.net/new/plugins/system/jat3/jat3/base-themes/default/css/addons.css file
ul {
list-style: none;
}
– Solution:
+ remove previous code
+ or, when you edit article, you add style=”list-style: circle; ” into <ul> like this
<ul style="list-style: circle; ">
billrust Friendbillrust
- Join date:
- March 2011
- Posts:
- 121
- Downloads:
- 35
- Uploads:
- 13
- Thanks:
- 15
- Thanked:
- 3 times in 1 posts
May 7, 2011 at 4:55 pm #390258<em>@khoand 239132 wrote:</em><blockquote>Hi,
– Because css is defined in http://gmha.net/new/plugins/system/jat3/jat3/base-themes/default/css/addons.css file
ul {
list-style: none;
}
– Solution:
+ remove previous code
+ or, when you edit article, you add style=”list-style: circle; ” into <ul> like this
<ul style="list-style: circle; ">
</blockquote>Thanks, I made the change in the editor, and assigned the text to “disk”.
Now they stick way out to the left of the article content though, alignment doesn’t look right at all. Looked for the css tag in FireBug and I don’t see the setting to move those bullets to the right so they line up with the rest of the body text.
The problem with messing with the ul style here, is it affects the element site-wide. So if I fix the alignment on an article by adding 30px for padding, it ruins the footer menus.
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
May 9, 2011 at 7:39 am #390351<blockquote>Now they stick way out to the left of the article content though, alignment doesn’t look right at all. Looked for the css tag in FireBug and I don’t see the setting to move those bullets to the right so they line up with the rest of the body text.</blockquote>
You add this code
padding-left:30px;
into style of <ul>
<blockquote>The problem with messing with the ul style here, is it affects the element site-wide. So if I fix the alignment on an article by adding 30px for padding, it ruins the footer menus.</blockquote>
Because your css, find this code from http://gmha.net/new/templates/ja_portfolio/css/template.css file
#ja-botsl-1 .ja-moduletable ul li a, #ja-botsl-1 .moduletable ul li a {
background: url(../images/bullet.png) no-repeat 0px 5px; <--remove this line
color: #88888A;
padding-left: 12px;
}billrust Friendbillrust
- Join date:
- March 2011
- Posts:
- 121
- Downloads:
- 35
- Uploads:
- 13
- Thanks:
- 15
- Thanked:
- 3 times in 1 posts
May 9, 2011 at 3:03 pm #390422<em>@khoand 239281 wrote:</em><blockquote>You add this code
padding-left:30px;
into style of <ul>Because your css, find this code from http://gmha.net/new/templates/ja_portfolio/css/template.css file
#ja-botsl-1 .ja-moduletable ul li a, #ja-botsl-1 .moduletable ul li a {
background: url(../images/bullet.png) no-repeat 0px 5px; <--remove this line
color: #88888A;
padding-left: 12px;
}
</blockquote>Thank you. I just added it (padding-left:30px;) inline within the article, and that seems to fix the issue.
billrust Friendbillrust
- Join date:
- March 2011
- Posts:
- 121
- Downloads:
- 35
- Uploads:
- 13
- Thanks:
- 15
- Thanked:
- 3 times in 1 posts
May 9, 2013 at 6:53 pm #492372Having this problem again…
http://franson.bwpcommunications.com/master-planning-studies
Under where it says “Expertise includes:” there is an un-ordered list. I can see the code in the source and in the editor, but not on the front-end.
Thanks,
Billphong nam Friendphong nam
- Join date:
- May 2015
- Posts:
- 3779
- Downloads:
- 1
- Uploads:
- 587
- Thanks:
- 499
- Thanked:
- 974 times in 888 posts
billrust Friendbillrust
- Join date:
- March 2011
- Posts:
- 121
- Downloads:
- 35
- Uploads:
- 13
- Thanks:
- 15
- Thanked:
- 3 times in 1 posts
May 16, 2013 at 1:17 am #492893<em>@Leo Burnetts 372350 wrote:</em><blockquote>Hi Bill,
Can you send me a PM with your admin for checking this issue ?
Because i tried on with the Chrome developer tool with any luck. I need to check your admin.Leo</blockquote>
Sorry, I totally missed your reply here! PM’ing you a log-in now.
Thanks,
Bill -
AuthorPosts
This topic contains 8 replies, has 3 voices, and was last updated by billrust 11 years, 5 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum