Problem in mobile view

Hi guys, have a site I am working on and this is probably something I’ve done wrong.
But in the mobile view the Flex Container at the very bottom of the page does not show properly.

Hopefully someone can shed some light on this.
http://mymobilehairdresser.com.au/2018-testing/index.php#contactus

Remove the height property in

#contactus {
  width: 100VW !important;
  height: 100VH !important;
  background-position: center;
  background-image: url(../images/contact-us-bg.jpg) ;
  background-repeat: no-repeat;
  background-size: cover;
}

Also, think about the following rule:

A document must not include more than one visible main element.

Oops! Nearly forgot to say that I am impressed by the design of the page. Great!

2 Likes

Cheers @ben that did the job, I knew it would be something simple :wink:
Thanks as well for the tip about Main, just sorted that out as well.

Thank you for the compliment of the design, lol still getting to grips with Wappler but my god SO much better than DW.