-
AuthorPosts
-
microvation Friend
microvation
- Join date:
- March 2011
- Posts:
- 75
- Downloads:
- 0
- Uploads:
- 19
- Thanks:
- 32
- Thanked:
- 3 times in 1 posts
January 10, 2012 at 3:35 pm #172642A while back my share button was appearing in the middle of the page instead of at the bottom, so I queried here and got this fix, which worked, to put this code into template.css
#jac-social-links {float:left;}
Then I was not seeing bullets in lists, and I was given the following fix, which worked in terms of making bullets appear (add to template.css):
#ja-content-main ul li {
list-style: disc;
list-style-position: inside;
}Now, however, there is a bullet on my share button, and I’m not sure how to resolve. I don’t want my share button(s) to have a bullet, of course. Does anyone have suggestions. Is there something obvious about the code above added to template.css that would make this happen? You can see it at the page listed below.
site: http://www.microvation.org
page: http://www.microvation.org/index.php?option=com_content&view=article&id=30&Itemid=110Thanks!
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
January 10, 2012 at 9:41 pm #433338Hi
Could you please disable your css optimization ?
Thanks
microvation Friendmicrovation
- Join date:
- March 2011
- Posts:
- 75
- Downloads:
- 0
- Uploads:
- 19
- Thanks:
- 32
- Thanked:
- 3 times in 1 posts
January 11, 2012 at 3:45 pm #433398Thanks Pavit. I have disabled CSS optimization, as well as JS optimization just for good measure. The problem persists. Do you have any other suggestions?
Thanks!
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
January 11, 2012 at 6:28 pm #433410Hi
In your file /templates/ja_rave/html/com_jacomment/themes/rave/css/style.css around line 1480
Now you have
#jac-social-links li { padding: 0!important;}
add this line
list-style: none !important;
so the new code will be
#jac-social-links li {
padding: 0!important;
list-style: none !important;
}1 user says Thank You to pavit for this useful post
microvation Friendmicrovation
- Join date:
- March 2011
- Posts:
- 75
- Downloads:
- 0
- Uploads:
- 19
- Thanks:
- 32
- Thanked:
- 3 times in 1 posts
January 13, 2012 at 4:05 pm #433756Great, thanks Pavit! For some reason it only worked when I added the “list-style: none !important;” line both the ul and li .. so code looks like this now:
/* MVO added the list-style: none !important; */
#jac-social-links ul{ margin:0 !important; padding: 0!important; list-style: none !important;}
#jac-social-links li { padding: 0!important; list-style: none !important;}
This words great, problem is solved, thanks sooo much!!
-
AuthorPosts
This topic contains 5 replies, has 2 voices, and was last updated by microvation 12 years, 11 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum