Mobile Website Display – LAYOUT error
-
Hello,
Our mobile website has an issue. When opening the webpage on a mobile device, the cover is supposed to be displayed at the very top. However, there is now a set of disorganized information appearing in front of the cover.
website desktop layout:

phone layout:

This issue occurs on all pages. Could you help us resolve it?
website link: formplan.design
-
@KA that seems to be your desktop-layout that is "stuck" on top. while investigating the error, you can try to fix this provisionally by adding this to custom mobile css:
cover-content-desktop{
display: none;
} -
hey, I just tried felix's code and if you take out 'desktop' it should work as I just tried it in inspector. Try this:
.cover-content {
display: none !important
} -
yes! if you update lay theme it should work again, sorry for this!
-
hey i think if you enable the cover feature it should also work now with the update