Same problem on my website.
@francoisetati
Did you get this figured out. I see your site drops the header if re-sized…was this intentional?
Hi, I didn’t. I had to set up the option of the theme “do not show header in mobile” because I don’t know how to make the header was shown correctly (it would appear all white in the mobile, since it doesn’t resize).
I am wondering if there is the possibility to show just the name of the website, instead of the header, in mobile…
Solution found:
Go to Themes, Edit CSS (make sure your editing the WordPlus Theme).
Add the following: `@media screen and (max-width: 500px) .banner {
}`
On the right under Publish click on Mobile Compatible and select Yes
Click Save Stylesheet
Should be working