Helo, we're trying to apply tapestry to our website. We're trying to change the background-color of the outside-sidebar, but the color only applies to the last block in the sidebar, not the entire height of the content area. Is it possible to do this with tapestry?

Thank you so much in advance.

Comments

Kisugi Ai’s picture

Status: Active » Closed (fixed)

well,
play with them its not realy easy

#container { background-color: the color you which to have for out sidbar color; }
#inside-content, #container .clearfix { background-color: the style backgroundcolor or the color you want; }
#trailerboard .clearfix {background-color: the footer style backgroundcolor or the color you want; }
#region5-container.clearfix {background-color: the region5 style backgroundcolor or the color you want; }

closed -- issue fixed for 2 weeks with no activity.