• How can I separate sidebar from my content? I want to enclose each side widget in a box(html). Check it here. “Resources” in widget has to be in a separate box.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Not quite sure what you want, but try adding this to the end of style.css to give the widget a border:

    .widget {
       border: 1px solid red;
       padding: 2px;
    }

    Of course, you probably want a different color ??

    Thread Starter opportunist86

    (@opportunist86)

    Thanks! I’ll try that.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Sidebar separation’ is closed to new replies.