• I am working with a 3 column theme: Digg 3

    I would like my side bars to be different widths (the right bar wider than the left bar.

    I have managed to change the width of both of them in CSS by adjusting the width like here:

    .sidebar, .obar{
    margin: 0 0 0 5px;
    float: right;
    width: 200px;
    line-height: 18px;

    Can they be changed to different widths?

Viewing 2 replies - 1 through 2 (of 2 total)
  • .sidebar, .obar{
    margin: 0 0 0 5px;
    float: right;
    line-height: 18px;
    }
    .sidebar {width:200px;}
    .obar {width:250px;}
    Thread Starter avrohom

    (@avrohom)

    You got it!!!

    You have explained to me that .obar is the left side bar.

    Thank you.

    Avrohom

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘side bar — different widths’ is closed to new replies.