• To adapt the website to mobile phones so that the cloud does not cover the main photo:

    copy and paste the following CSS code to your custom CSS section

    @media only screen and (max-width: 768px){
            section.cww-main-banner .content-wrapp{
                    display: none;
            }
    }


    After that the site is great, thank YOU!

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Great support, nice website’ is closed to new replies.