Hi Folks,
I've just noticed that when viewing my site http://www.crowdedbrain.co.uk via the iPad's Google Chrome Mobile browser that it tends to ignore the Override.css code that I have setup.
I specified that the top Ad should float to the left and while this displays correctly in Safari it does not work in Google Chromes Mobile browser.
I have attached comparison screen shots to the post.
Here is the code that I use in the override.css file to achieve the result. Possibly something is not working with this?
body[data-tablet="true"] #gkTopBanner {
float:left;
}
However I believe Google Chrome does not even load the Override.css file because removing the above line of code and adding display:none !important; for example, does nothing in Google Chrome Mobile.
Any ideas or is this just a bug with Google Chrome Mobile?