2
A quick glance at presented shows (guess same goes for ithri_01_b..
//style.css
Quote:
#xo-canvas {
margin:0 auto;
width:900px;
}
Try changing to..
Quote:
#xo-canvas {
margin:0 auto;
width:100%;
}
But this change may alter the theme in other areas, so see how it looks.
Programming is like sex:
One mistake and you have to support it for the rest of your life.