Blackberry and Opera mini mobile browser display issues

Permalink
I created a custom template for a client and it displays well in just about every browser. It even displays well on most mobile browsers with the exception of Blackberry and Opera Mini browsers. My client happens to use the one browser it does not display well on.
The image shrinks on the table and does not fully load at the right size. Does anyone have any ideas?

See link here:http://168.144.92.89/~jhart/

I don't want to create a mobile version of the site, but would consider all other suggestions.

 
12345j replied on at Permalink Reply
12345j
take a look at thishttp://andrewembler.com/concrete5/optimizing-your-concrete5-website...
andrew gives a mobile template for images, and a theme for them to display with. Its pretty easy, just requires a few lines of code.
simon8or replied on at Permalink Reply
Thanks,

But this really did not help the blackberry browser.
12345j replied on at Permalink Reply
12345j
Then u shud modify the theme to work with blackberries and use code specific to blckberries- I can give u a mor detailed response later if u want.
simon8or replied on at Permalink Reply
Hi 12345j,

Thank you, I would appreciate it if you could give me more details. You can ping me on messenger:
Aim: simon7m
yahoo: simon8or

Thanks.
12345j replied on at Permalink Reply
12345j
In header.php
if (strstr($_SERVER['HTTP_USER_AGENT'], 'blackberry') || {
link to blackberry stylesheet     
 }
<meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=no;" />

just create an alternate stylesheet for blackberry and link to it in this statement.