test
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • microvation Friend
    #172642

    A 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=110

    Thanks!

    pavit Moderator
    #433338

    Hi

    Could you please disable your css optimization ?

    Thanks

    microvation Friend
    #433398

    Thanks 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 Moderator
    #433410

    Hi

    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;
    }

    microvation Friend
    #433756

    Great, 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!!

Viewing 5 posts - 1 through 5 (of 5 total)

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