-
AuthorPosts
-
March 22, 2011 at 6:08 am #161761
I am currently using the Facebook Like, Facebook and Retweet plugins with Joomla 1.5.22 and the JA Social template. This setup shows 3 boxes (one for each plugin) in different locations (see image Currently.jpg attached).
Would anyone know how to show / integrate all these boxes within one bar (see image Desired.jpg attached).
Thank you in advance for any suggestion 🙂
-
chavan Friend
chavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
March 22, 2011 at 7:40 am #382652I can help you , Need your site Url
March 22, 2011 at 7:27 pm #382755Here it is http://www.olotus.org/d/
Thanks 🙂Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
March 23, 2011 at 9:48 am #382856please do as following:
open plugins/content/plg_jaretweet/assets/css/style.css,
change:
div.ja-retweet-horizontal-home, div.ja-retweet-horizontal {
float: left;
margin: 10px 0;
}
to
div.ja-retweet-horizontal-home, div.ja-retweet-horizontal {
float: left;
left: 70px;
margin: 10px 0;
position: relative;
top: -82px;
}
change:
div.ja-facebookshare-button_count-home, div.ja-facebookshare-button_count {
float: left;
margin: 10px 0;
}
to:
div.ja-facebookshare-button_count-home, div.ja-facebookshare-button_count {
float: left;
left: 70px;
margin: 10px 0;
position: relative;
top: -81px;
}
-
AuthorPosts
Viewing 4 posts - 1 through 4 (of 4 total)This topic contains 4 replies, has 3 voices, and was last updated by Ninja Lead 13 years, 9 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum
-