gunnery
December 14, 2018, 3:40am
1
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
ben
December 14, 2018, 5:16am
2
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
gunnery
December 14, 2018, 5:42am
3
Cheers @ben that did the job, I knew it would be something simple
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.