To save my eyes, I have my browser's minimum font size set at 20pt. Your store's site (like many sites) uses absolute positioning for much of its layout, rather than letting sections of the layout take up as much space as required. The result is that many sections of the page are close to unreadable; check out this screen shot (http://pics.livejournal.com/metageek/pic/000042wk/g13).
This is really common these days, because it's become Received Wisdom that sites should do layout with CSS instead of tables; but CSS can't do properly scalable layout.
no subject
Can't read it at my font size
To save my eyes, I have my browser's minimum font size set at 20pt. Your store's site (like many sites) uses absolute positioning for much of its layout, rather than letting sections of the layout take up as much space as required. The result is that many sections of the page are close to unreadable; check out this screen shot (http://pics.livejournal.com/metageek/pic/000042wk/g13).
This is really common these days, because it's become Received Wisdom that sites should do layout with CSS instead of tables; but CSS can't do properly scalable layout.