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;
}
}