1
0
-1

I am using layout 109. I have figured out how to use CSS to put a light grey background color on sidebar middle and sidebar right. Currently, there is a white border around the table in the content area. I would like the light grey to extend vertically from the footer (a darker grey) to the main menu (the same darker grey as the footer). I can't find the class I need to modify. 

    CommentAdd your comment...

    1 answer

    1.  
      1
      0
      -1

      You can make the sidebars be full height by adding the following CSS to Website > Custom CSS.


      table#content {
      margin-top: 0;
      margin-bottom: 0;
      }

        CommentAdd your comment...