Please help me to change left sidebar background same as right sidebar background..
I'll try it for 2 days and don't find a way.

Thanks.

p/s:refer to attachment

CommentFileSizeAuthor
#1 page.tpl_.zip1.73 KBollar
sidebar.JPG51.02 KBbedot
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

ollar’s picture

Status: Active » Fixed
FileSize
1.73 KB

Css: Line 294:

      .right-col-main{
        float: right;
        width: 77%;
        border-left:1px solid #BAD4A7;
      }

      .column-2{
         background: #fff url(images/colunm-right-bg.gif) repeat-x top left;
         border-bottom:1px solid #C7E1E4;
      }

page.tpl.php :

1. <div class="column-2"> <--- add class "clear-block";
2. Move <div class="footer clear-block">******</div> out from the <div class="column-2">***</div> and place it after it.

My file page.tpl.php in attachment.

Status: Fixed » Closed (fixed)

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

bedot’s picture

thanks ollar :-)