Hello, dear talented Enfold staff,
I tried to put social bookmarks in socket center with these css code:
#socket .social_bookmarks {
margin-left: auto;
margin-right: auto;
position: relative;
text-align: center;
}
and these css code:
#socket .social_bookmarks {
margin-top: 0!important;
position: relative;
}
but none of these css code work…
Please please please help me out! Thank you very much!
It’s installed offline with Bitnami WordPress. So, there’s no active online website.
But here’s the link to the screenshot:
http://imageshack.com/a/img673/1732/1ICWIW.png
And, here are the css codes in my theme:
#socket .social_bookmarks {
margin-top: 0!important;
top: 0px;
position: relative;
}
#socket .copyright {
margin-top: 20px;
width: 100%;
text-align: center;
}
#socket .sub_menu_socket {
margin-top: -20px;
}
Thanks! Thumbs up!