Chrome issues?

Hi,

Really don’t know what happen, but received several complains from customers using Chrome to browse my store. It seems the top menu is having issues with Chrome. Works fine with Firefox and IE.

If i remove one line of categories, it works fine, but i get an empty space. Any ideas?

Screenshots attached using Chrome 27.0.1453.93 and Firefox 21.0, both unde Ubuntu 12.10 64bits.

Store: http://www.sysconn.com.br
Thanks.

3 answers

Profile photo of Sherlock 0.00 $tone June 5, 2013
Public

Hi majorpain,

you can define a css rule dedicated to chrome browser to fix this, something like this

HTML Code:

@media screen and (-webkit-min-device-pixel-ratio:0) {
                  your css rule goes here
             }

I hope you got it !

#2

This question is now closed

Written By

Comments