-
AuthorPosts
-
txt007 Friend
txt007
- Join date:
- June 2010
- Posts:
- 67
- Downloads:
- 0
- Uploads:
- 34
- Thanks:
- 28
- Thanked:
- 2 times in 1 posts
December 28, 2013 at 3:27 am #193301Hi,
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
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
December 28, 2013 at 4:57 pm #516747The username/password login info you provided does not seem to be working – can you check?
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
December 30, 2013 at 10:28 am #516859You 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;
}1 user says Thank You to Ninja Lead for this useful post
txt007 Friendtxt007
- Join date:
- June 2010
- Posts:
- 67
- Downloads:
- 0
- Uploads:
- 34
- Thanks:
- 28
- Thanked:
- 2 times in 1 posts
January 2, 2014 at 1:37 am #517073Great. That’s what I wanted. Thanks a lot and Happy New Year!
txt0071 user says Thank You to txt007 for this useful post
AuthorPostsViewing 4 posts - 1 through 4 (of 4 total)This topic contains 4 replies, has 3 voices, and was last updated by txt007 10 years, 10 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
How to remove space between Facebook Like/Share icon and Tweet icon?
Viewing 4 posts - 1 through 4 (of 4 total)