Quantcast
Channel: Topic Tag: mobile | WordPress.org
Viewing all articles
Browse latest Browse all 22091

Acurax International on "[Plugin: Floating Social Media Icon] disable for mobile devices?"

$
0
0

Hello,

Thanks for being with us, You needs to add some code to your style.css of theme.

Go to Appearance >> Editor and you will see an editor with style.css file opened. Please add the below code to the end of the file. and click on update file.

@media only screen and (max-device-width: 480px) {
#divBottomRight
{
display:none !important;
}
}

Viewing all articles
Browse latest Browse all 22091

Trending Articles