A few months back, you helped me move the social sharing buttons to stay to the top left of each post. They are now at the bottom of the post. The following is the code used to do so, but it doesn’t seem to be working. How can I move the buttons to the top left again?
/* Desktops and laptops ----------- */
@media only screen
and (min-width : 1224px) {
#primary {
overflow: visible;
}
.entry-content {
position: relative;
}
.sd-block.sd-social.sd-sharing {
border: none;
position: absolute;
top: -5px;
left: -50px;
width: 40px !important;
}
.sd-block.sd-social.sd-sharing .sd-title {
display: none;
}
}
The blog I need help with is
empiricistvc.com