Frame change..

  • Unknown's avatar

    Hi, I would like to change the frame on my blog…
    and don’t know how…

    The space btw main posting area and the widget seems so narrow…to me. And I would like to make some space btw them. Is that possible to make it ? And plus… I want to change the area of the widget from the right to the left….

    thanks in advance..

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi there, there was some right padding on the widget area. In the following CSS, I’ve moved that to the widgets themselves instead of on entire widget area, which give more space between the content and widgets. See what you think.

    #secondary {
        padding-right: 0;
    }
    .widget {
        padding-right: 2rem;
    }
  • The topic ‘Frame change..’ is closed to new replies.