I currently have the mobile site activated, so visitors with Android/iOS phones can view my blog with minileven. I've activated it after spending a lot of time before understanding that it was typekit to make the browser crash, so I had to disable the fonts for mobile in the kit.
BTW I just noticed there is a problem when viewing the site with minileven using an Android 2.2 phone with the stock browser, in my case an HTC Wildfire. In fact, the sidebar "breaks" the width, due to the fact it has a 100% width and a padding.
The fix is in the style_002.css file. Just change from this:
#page, .widget-area, #main{width:100%;margin:0;}
To this:
#page, #main{width:100%;margin:0;}
And the problem is gone. :) If you can, please consider fixing the bug.
Also, if anybody has an iOS device, could you confirm the bug for you also? Thank you.
The blog I need help with is andrealazzarotto.com.