To insert code use <code>...</code>.
Customizing Right Sidebar Width - Code for changing page and sidebar widths - Customization
  • I would like to change the width of our sidebar at http//source-pro.org to 250px to match the Google ad width.

    Is this possible and if it is what do I need to do?

    Thanks!
  • 1 Comment sorted by
  • Hi

    You can alter this code


    .right_sidebar #main .content {
    overflow: hidden;
    width: 630px;
    }
    .right_sidebar #sidebar {
    float: right;
    margin: 0 0 0.5em 30px;
    width: 300px;
    }


    Best regards,
    Striking Team
    Paul