Layout to the left side


Author Message
Tom

Posted: 4/21/2011
Quote message 

Hello,
all templates in artisteer are center layouts. Is it posible to move the whole website layout to the left ?

best regards
Tom
 
Tom

Posted: 4/21/2011
Quote message 

ahhhh

#art-main

{

display: inline-block;

position: relative;

z-index: 0;

/* width: 100%;*/

left: 0;

top: 0;

cursor:default;

overflow:visible;

}



works for me.....

Maybe somebody have the same problem
 
Garry

Posted: 4/27/2011
Quote message 

Simply remove auto from .art-sheet styling rule.
 
babycake

Posted: 5/23/2011
Quote message 

just change the art-sheet
margin: 0 0(this is the left side margin) 0

8-)