Question (With screenshot)


Author Message
Kevin

Posted: 9/10/2009
Quote message 

Hey,

http://www.tinypic.com/view.php?pic=2ir2jad&s=3 (You have to look real good at the right side)
Is there a way to remove this little space at the right side?

Thanks for helping!
 
Garry

Posted: 9/12/2009
Quote message 

It can be done easily if Artisteer support fluid width by setting sheet width:100% but Artisteer support fixed width. In your case you can increase width of .art-Sheet class from your style sheet to do it but you'll need to insert a bigger size header and some other css modifications will also be needed.

.art-Sheet {
margin:0 auto;
min-height:35px;
min-width:35px;
position:relative;
width:900px;
z-index:0;
}