I uninstalled after WordPress (maybe it was Wordfence) told me there were issues with that plugin.
I did my own ‘floating social icons” without the plugin by simply adding a column with four images to the footer.
.social_icons img {
width: 30px;
margin-bottom: 15px;
}
.social_icons_box {
position: fixed;
right: -10px;
top: 50%;
transform: translateY(-50%);
}
-
This reply was modified 1 year, 8 months ago by kunstwirt.