Sidebar Background?


Author Message
Garry

Posted: 5/30/2009
Quote message 

You may want to post your website address here, I can suggest you some css edits on having URL
 
Christopher Powers

Posted: 5/30/2009
Quote message 

Oh thanks, didn't think of that late last night..

Its on my server right now until its working 100%

http://www.powersbydesign.com/stlmh/

Thanks again!!
Chris Powers
 
Guenter

Posted: 5/30/2009
Quote message 

the modul you use in the Header has a margin-bottom of 25px. Set it to 0px and the gap will disappear.
 
DavidM

Posted: 5/30/2009
Quote message 

Christopher, I recently posted a tutorial on setting the sheet's background image. It's at the following...

http://webstylee.com/forum/artisteer-1/background-image-on-sheet

Guenter's fix will definitely take care of the whitespace at the tope area, but you'll still have the bottom margin so long as your main content exceeds the sidebar content.

Oh yeah, and I've also posted the same tutorial on Artisteerhelp.com, which is an excellent resource for Artisteer users.
 
Garry

Posted: 6/3/2009
Quote message 

Following are the styling rules which are controlling the colors of your sidebar and block within it. You can alter the "background-color" property from your style.css to change the color. If you want same color in both fill same color code in both.

Internal block:

.BlockContent-cc {stlmh (line 120)
background-color:#BFDDEE;
bottom:1px;
left:1px;
position:absolute;
right:1px;
top:1px;
z-index:-1;
}


Sidebar:

.Block-cc {stlmh (line 120)
background-color:#006699;
bottom:0;
left:0;
position:absolute;
right:0;
top:0;
z-index:-1;
}