Two CSS in header
-
Hi,
I am getting two css in header. Second header only showing this
.g{margin:0;padding:0;overflow:hidden;line-height:1;zoom:1}.g img{height:auto}.g-col{position:relative;float:left}.g-col:first-child{margin-left:0}.g-col:last-child{margin-right:0}@media only screen and (max-width:480px){.g-col,.g-dyn,.g-single{width:100%;margin-left:0;margin-right:0}}
It is an inline CSS in without autoptimize version and we have enabled
Check this option for Autoptimize to also aggregate CSS in the HTML.
I was not able to find following code in my server except autoptimize file. Tried following command
[root@host wp-content]# grep -r “g-dyn” /home/username/example.com/
/home/username/example.com/wp-content/cache/autoptimize/css/autoptimize_065892e82b11b7e2276dab07a3bdf8a3.css:.g{margin:0;padding:0;overflow:hidden;line-height:1;zoom:1}.g img{height:auto}.g-col{position:relative;float:left}.g-col:first-child{margin-left:0}.g-col:last-child{margin-right:0}@media only screen and (max-width:480px){.g-col,.g-dyn,.g-single{width:100%;margin-left:0;margin-right:0}}I don’t how this file getting generated at all. Please help.
The page I need help with: [log in to see the link]
- The topic ‘Two CSS in header’ is closed to new replies.