• Hello! I installed your theme, but as soon as I went into style.css I got an error:

    There was 1 error that will allow you to fix this file.

    /* Internet Explorer 10 fix */
    @-webkit-viewport {
    	width: device-width;
    }
    @-moz-viewport {
    	width: device-width;
    }
    @-ms-viewport {
    	width: device-width;
    }
    @-o-viewport {
    	width: device-width;
    }
    @viewport {
    	width: device-width;
    }

    In this line: @ -webkit-viewport {

    How to fix?

    • This topic was modified 6 years, 10 months ago by kapranov.

The topic ‘Error in style.css’ is closed to new replies.