Hello,

I used GK Compact.
I changed al lot in de CSS so it matches the colors of my client. White background and so.
On desktop al is well. But on Phone I get a black site and white fonts.
Is there a special CSS for phones?

Thank You
Kind regards.

    Hi lode999
    You can use the media queries in the file custom.css or the style in the file templates\gk_compact\css\mobile.css , templates\gk_compact\css\small.tablet.css ..

    Example:
    @media only screen and (max-width: 768px) {
    body {
    font-size: 14px;
    }
    }

    Write a Reply...
    You need to Login to view replies.