by (400 points)
Trying to bring up our site (russellmarine.us) on mobile devices (both Apple and Android) shows a "Loading..." message overlay, but never clears.  I can see the regular homepage behind it but there is no way to access it.

Am I missing something?

v 2.4.1

1 Answer

by (5.1k points)
Hello  rsthomas,

Thank you  for your question.

To fix this, please add the following code in style.css inside the template you use:

html.tablet:before, html.mobile:before, html.tablet:after, html.mobile:after{
 display: none;
}
by (400 points)
Looking good now, thanks for the tip!  ...although I don't see the menu dropdown at the top of the page.  Is there more I need to add?
by (5.1k points)
In order to fully diagnose the problem, we need access to the site. Is there such a possibility? Please send me credentials in private message.
by (5.1k points)
reshown by
...