
Hello - I had some issues with applying a plugin and this is what they were able to find as an issue with the css file of the template. Is this something that can be fixed?
Hello - I had some issues with applying a plugin and this is what they were able to find as an issue with the css file of the template. Is this something that can be fixed? > Hello Brandon, > > It seems there are some CSS parsing errors in the > /templates/timeless_v1/css/bootstrap.min.css?version=1.0.481 file. I > think it has something to do with the following code: > input[type=radio]{margin:4px 0 0;margin-top:1px\9;line-height:normal} > > The part '1px\9' seems to be invalid and messing up the file when it > is minified and combined by the plugin. Excluding this file have > resolved this issue somewhat but I'd recommend fixing the error first > so the file can be included before using the Optimize CSS Delivery > feature. It sometimes doesn't work well when files are excluded. > > I used http://csslint.net/ to help find the error.Hello Brandon,
It seems there are some CSS parsing errors in the
/templates/timeless_v1/css/bootstrap.min.css?version=1.0.481 file. I
think it has something to do with the following code:
input[type=radio]{margin:4px 0 0;margin-top:1px\9;line-height:normal}The part '1px\9' seems to be invalid and messing up the file when it
is minified and combined by the plugin. Excluding this file have
resolved this issue somewhat but I'd recommend fixing the error first
so the file can be included before using the Optimize CSS Delivery
feature. It sometimes doesn't work well when files are excluded.I used http://csslint.net/ to help find the error.