Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • txt007 Friend
    #193301

    Hi,
    I want to put ja social (Like, Tweet, G+ on the same line as email and print icon. i try to apply what Himangi taught for JA Methys for joomla 1.6.

    ===========-========
    For displaying JA Social plugin content and print and email etc icons, do the following.
    Open your templates/your_template/css/template.css file and find
    .article-tools {
    position: static;
    font-family: Arial,Helvetica,sans-serif;
    }
    and replace it with
    .article-tools {
    position: static;
    font-family: Arial,Helvetica,sans-serif;
    width: 30%;
    float: right;
    height: 35px;
    }
    Then add
    .ja_socialbeforecontent{
    width: 70%;
    float: left;
    height: auto;
    }
    in the template.css file.
    ===============-=====

    But I can’t manage to remove the space left between Facebook share icon and Tweet (see attached file)
    where to remove this space?
    thanks and regards,
    txt007


    1. spacebetweenFBshare-Tweet
    TomC Moderator
    #516747

    The username/password login info you provided does not seem to be working – can you check?

    Ninja Lead Moderator
    #516859

    You can follow my solution below

    Open templates/ja_methys/css/template.css file

    Change

    .ja_socialbeforecontent{
    width: 80%;
    float: left;
    height: auto;
    }

    To

    .ja_socialbeforecontent{
    width: 80%;
    height: auto;
    }

    .ja-fblike-button.button_count {
    width: 150px !important;
    }

    txt007 Friend
    #517073

    Great. That’s what I wanted. Thanks a lot and Happy New Year!
    txt007

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

This topic contains 4 replies, has 3 voices, and was last updated by  txt007 10 years, 4 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum