Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1105531

    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?

    #1106194

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.