If you want the quick share links move to the bottom status feed:
/* status feed module */
.xg_status_wrapper{position: relative;}
/* quick-add links bar */
.xg_status_wrapper .quickadd-options-links{position: absolute;
bottom:2.5em; right:0;}
/* space above of the share button */
.xg_status_wrapper .xj_hint_container{padding-top: 1.5em;}
/* hide share wording */
.xg_status_wrapper .list-title{display:none;}
If you want it inside the status feed input box, like Google+ style:
.xg_status_wrapper {position: relative;}
.xg_status_wrapper .quickadd-options-links{position: absolute;
bottom:3.2em; right:1em;}
.xg_status_wrapper .input-container{padding-bottom: 1.5em !important;}
.xg_status_wrapper .list-title{display:none;}
Enjoy!!
This tips can be used with both Design Studio and old themes.
This work is licensed under a Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License. Permissions beyond the scope of this license, pertaining to the examples of code included within this work are available at iYouMe.net.
Replies
Thank you, glad you like it.
sweet
Thanks~
Why can not we do the translation of all activities of the feed supply? Some phrases do not appear in the list, what do I correctly translate this power?
Will it work in three column theme?
Yes! I use three columns theme. :)
I posted the above code in advanced CSS. Still it did not work. You previous code was pretty long. Is it that I have to add this to your previous code given on - https://creators.ning.com/forum/topics/tips-add-customize-icons-with...
Please post the entire code that I can add in the advanced css. Mine is still not working.
alex, you come up with some of the neatest tips, thanks!