Hi I created a website and I want it to look just like it looks on the desktop version. The mobile version doesn’t have a completely black background without footer or header. Can you help?
Hey devynspirit,
Sorry for the late reply, I added this code in the General Styling > Quick CSS field:
.html_stretched #top.page-id-9384 #wrap_all {
background-color: #000 !important;
}
#top.page-id-9384.avia-blank #main .container_wrap:last-child {
border-bottom-style: none !important;
}
This css is for the one page you linked to so it won’t interfere with your other pages.
Please clear your browser cache and check.
Best regards,
Mike