Extra Row Under Footer on Mobile Web

Posted in: Newspaper
Post count: 78

There is an extra row on Mobile web, under footer bar.
How can I delete it?

Site: https://seablue.hk

Post count: 35449

Hi,

That extra space is like on desktop -> https://i.imgur.com/AC3Fskg.jpg to remove it you can use this custom css -> https://i.imgur.com/nkWveua.png
img#wpstats{
display: none;
}

The code need to be set in theme panel> custom code> advance css > phone

Thank you!

Post count: 78

It works, thank you!

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.