Hi, can you show me a link where I can see the result?
http://besatree.com/site/soiled/
I would like for the download box to be centered above the image.
You can, but I think it is easier with the small version of the buttons. You should override the styles of this classes with float:none and display:inline (don’t forget to add the IE hack 😉 )
#l2g .facebook, #l2g .twitter, #l2g .gplusone
how would i do that? im familiar with wordpress, but not the steps to make that happen… could i get a brief overview by chance?
appreciate your help!
Add this custom css to your theme:
#l2g {text-align:center;}
#l2g .facebook, #l2g .twitter, #l2g .gplusone {
float: none !important;
display: inline;
padding: 0 20px;
}
#l2g .facebook div, #l2g .twitter div, #l2g .gplusone div {
display: inline;
}
#l2g iframe {
padding: 0;
box-shadow: none;
}
THANK YOU THANK YOU THANK YOU!!!!!!!!
I really appreciate you taking the time to help me out with that. Big big thanks. Hope you have a great night!
With pleasure! 😉
It would be nice if you rate the plugin and write a recommendation 🙂