Hi Goran,
thanks for your reply. I have tried other social share plugins and didn’t have that trouble. I also tried to deactivate the share count, but didn’t help. There must be an other ajax call to wp-admin, when sharing a post.
Regards,
Ben
I think you can try this code. That should help. You can adjust the media querry to the with you need. When the screen is smaller than that width, the element with id sb_super_bar (which is the whole swifty bar) is set to display none.
@media screen and (max-width: 800px) {
.sb_super_bar{
display:none;
}
}
I have the same problem. Would like to post the last 3 posts in 3 columns. Per default the widget will do it in 3 rows. Could you please share css?
Thanks!