Hello!
I want to align right Social Profiles Widget ( http://www.studiopress.com/plugins/social-profiles-widget ). There is a explain of styling the plugin:
.social-profiles img {
margin-right: 10px;
}
I add the widget to header zone and I write:
.social-profiles img {
float: right;
margin-top: 5px;
}
margin-xxx is OK, but float doesn't work... I have searched in google and I found this but doesn't work:
http://wordpress.org/support/topic/aligning-social-media-in-header-graphene-theme
Thanks!
