Community Forums › Forums › Archived Forums › General Discussion › Please check if this site has cross browser compatibility
Tagged: cross-browser compatibility
- This topic has 9 replies, 2 voices, and was last updated 10 years, 10 months ago by Herman.
-
AuthorPosts
-
March 18, 2014 at 8:15 am #95461HermanParticipant
My client complained this site doesn't look good on Chrome and IE but looks fine on his tablet. Apparently the logo and contact info at the top is not aligned.
It looks fine on my old Dell computer when viewed in FF, Chrome, IE
Could you please check
I'm using executive proThanks
http://www.jackcooperlaw.com/March 18, 2014 at 8:31 am #95465Davinder Singh KainthMemberIn tablet / mobile view - logo appear in center (which is fine) but those address details under it are right aligned - you should center them for mobile view. In following section:
@media only screen and (max-width: 270px) { .header-image .site-title a { background-size: contain !important; } .site-title { font-size: 26px; font-size: 2.6rem; } }
make this
@media only screen and (max-width: 270px) { .header-image .site-title a { background-size: contain !important; } .site-title { font-size: 26px; font-size: 2.6rem; } .site-header .widget-area { float: center !important; text-align: center !important; padding:5px; } }
Sunshine PRO genesis theme
Need Genesis help? Davinder @ iGuiding Media | My Blog | Fresh Genesis ThemesMarch 18, 2014 at 8:49 am #95483HermanParticipantThanks..does it look fine now for multiple resolutions, devices and browsers?
March 18, 2014 at 8:57 am #95486HermanParticipantLooks terrible in IE (at 480, 768, 1024) when I test the site in http://www.studiopress.com/responsive/
Big gap between logo and contact infoAny way to fix this?
March 18, 2014 at 11:18 pm #95609Davinder Singh KainthMemberWhich IE version did you check?
Sunshine PRO genesis theme
Need Genesis help? Davinder @ iGuiding Media | My Blog | Fresh Genesis ThemesMarch 19, 2014 at 6:03 am #95643HermanParticipantIE 8 on Windows XP and my client IE 8 on Windows 7
Let me know if you see the same and how to fix the alignment issues (if possible).March 20, 2014 at 6:39 am #95776Davinder Singh KainthMemberChecked in IE 9 - there is no big spacing as indicated by you. IE8 should not feature in website compatibility list though. Have you checked for the issue in IE9 ?
Sunshine PRO genesis theme
Need Genesis help? Davinder @ iGuiding Media | My Blog | Fresh Genesis ThemesMarch 20, 2014 at 8:11 am #95795HermanParticipantThanks for checking...yes looks fine in IE9, 10, 11 if using Win 7
I guess my client is using IE 8 on Win 7 (I also have IE8 on XP).Acc to http://www.w3schools.com/browsers/browsers_explorer.asp
most people who use IE use IE8 (3.1%)Why do you say "IE8 should not feature in website compatibility list"
I'll recommend my client upgrade his browser on Win 7
March 20, 2014 at 10:31 pm #95920Davinder Singh KainthMemberWell, you can explore IE specific CSS router. Refer following resources:
http://www.impressivewebs.com/ie7-ie8-css-hacks/
Sunshine PRO genesis theme
Need Genesis help? Davinder @ iGuiding Media | My Blog | Fresh Genesis ThemesMarch 21, 2014 at 6:19 am #95937HermanParticipantThanks for the great resources..I'll check if my client has upgraded his browser.
If not I'll need to implement one of these hacks. -
AuthorPosts
- The forum ‘General Discussion’ is closed to new topics and replies.