It's designed to be used in conjunction with
THIS hack which autodetects a mobile device and assignes the style accordingly. Alternatively
THIS hack will allow you to assign a style to a (sub)domain so you could say have "wap.domainname.com" for mobile browsers.
Otherwise, if you look back through this thread you will see some modifications people have made to add a link back to your main style.
Chadi - I've not encountered your problem before, although having a quick look at the CSS I can see how this would happen.
If you edit the wireless.css file and add the following code to teh top it will allow you to set a text size which teh rest will be relative to:
Code:
body
{
background: #000000;
color: #ffffff;
font: 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
margin: 0px;
padding: 0px;
}
Change the "font: 10pt" to a size thats suits your device
I did all the work on this when I was on holiday and haven;t had the time to update much since. I'm looking at re-doing it from the ground up for VB3.7 - time will tell whether I manage to do this or not!