Did you check “Logged-in Users” ? If you uncheck it, logged-in users see the cached version.
Ok, I am going to try meanwhile please tell –
How resolve this in mobile and desktop view?
http://i.imgur.com/danNVOH.png
The plugin checks only between <head></head>. These files are in the <body></body>
But somehow we can manage it. If so, then let me know how?
I didn’t to combine the files which are between <body> tag because it causes some style errors.
<style>div{width:50px}</style>
<div>…</div> ——————–> width is 50px
<style>div{width:100px}</style>
<div>…</div>———————> width is 100px
I tried to explain it with an example. I cannot know where you override the rules so I annot help about it.