By Aaron on Saturday, 21 December 2013
Posted in Technical Issues
Replies 3
Likes 0
Views 512
Votes 0
Hello,

I would like an assistance on what to edit on the EasyBlog component code to make it so that the Social Integration Buttons like Facebook, Twitter or Google+ to show under my floating menu and not show above my menu.

Here is a link of an example blog post of mine: http://www.eveverseventures.com/index.php/entry/eveverse-venture-launch
Hello Aaron.

You try applied this CSS hack in your template file and see how it goes.
JoomlaFolder/templates/gamers/css/template.css

#socialbutton.alignleft {
z-index: 0;
}

*Notice : Remember clear your browser cache and Joomla cache before check in your page.
Hope this help.
·
Saturday, 21 December 2013 01:21
·
0 Likes
·
0 Votes
·
0 Comments
·
Worked like magic.

Thank you Arlex Wong
·
Saturday, 21 December 2013 02:10
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks for updating Aaron, glad that your issues are resolved now
·
Saturday, 21 December 2013 13:07
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post