This topic has 2 replies, 2 voices, and was last updated 10 years ago ago by Eva Kemp
I currently have Siteblock as my malware service provider for my website, and they provide an HTML code to have the icon float at the bottom left or right side of the screen of my website (I currently have it to the left side). The code seems to work well on a desktop computer, but as soon as I go to the mobile version, the position of the Siteblock icon covers the back to top page button within the theme. Is there any way to make the icon go the other side of the screen on mobile platforms or to make it not appear on mobile devices? Code provided below, thanks
Hello,
You can remove that icon on mobile using this code in custom.css file:
@media (max-width: 480px) {div#sitelock_shield_logo {
display: none;
}}
Thank you.
Regards,
Eva Kemp.
The issue related to '‘Siteblock Icon issue?’' has been successfully resolved, and the topic is now closed for further responses