Tagged: chrome
-
AuthorPosts
-
June 4, 2014 at 3:33 pm #274527
Hi guys,
It seems that my problems have little or nothing to do with cache issues, but maybe Chrome itself.
For example, when set to responsive, it works fine in IE, but with Chrome my logo gets squeezed and stretched when you resize the window.
I also have problems with sliders under Chrome.
Is this a known issue or are there any FAQs for dealing with Chrome issues?
Thanks,
Paul
June 4, 2014 at 3:54 pm #274533Hi paulrus!
Can you elaborate a bit more on what you mean with your logo and sliders? I think all of us doing support use Chrome for the majority of browsing and I know personally I’ve had almost no issues with it.
Cheers!
DevinJune 4, 2014 at 4:21 pm #274544For example, as I mentioned, in Chrome if I scale down my window the logo in my header squeezes rather than scales. In IE it works fine.
I also am having issues with a color section that has parallax enabled, where as I resize the page, the background jumps up and down.
It’s a lot of little things like that.
Sorry for being so vague. I’ve been putting in a lot of hours and it’s just one headache after another.
June 4, 2014 at 7:40 pm #274694Hey!
I believe this is something on your end, perhaps some extension/add-on you may have on your Chrome installation.
Best regards,
JosueJune 6, 2014 at 7:01 pm #275754I’m having the exact same issue – using Chrome the logo stretches when I resize the browser. I’m seeing this with no chrome extensions….
The CSS I’ve found that’s doing it is:
@media only screen and (max-width: 767px)
.responsive .logo a, .responsive .logo img { height: 80px !important; } (plus some other stuff I’ve left out of here)
in layout.css line 2866In inspect if I uncheck the height of 80 the problem goes away.
I’ve overridden the issue in the custom CSS box:
@media only screen and (max-width: 767px) {
.responsive .logo a , .responsive .logo img{ height:auto !important; } }
@media only screen and (max-width: 767px) {
.responsive .logo { height:auto !important; max-height: 80px !important; } }- This reply was modified 10 years, 5 months ago by membermaster.
June 6, 2014 at 10:43 pm #275864June 6, 2014 at 11:49 pm #275896updated and still has the problem
The work around I listed above works great – but would be nice if it wasn’t needed -
AuthorPosts
- The topic ‘Issues under Chrome?’ is closed to new replies.