Viewing 2 replies - 1 through 2 (of 2 total)
  • In style.css,
    line 246, try something like
    #sidebar {
    width: 257px;
    float: right;
    padding: 0 169px 0 0;
    }

    To make the #sidebar narrower and pushed further left (via right padding) so it sits over your background image correctly.

    Then at line 251:
    #sidebar_right {
    float: left;
    width: 256px;
    padding: 12px 0 0 0;
    }

    To make this sidebar narrower.

    Then you’ll perhaps need to make your first text widget flash embed narrower like
    [embed width="256"]url to flash[/embed]

    Thread Starter smvmedia

    (@smvmedia)

    I did everything you said to do and it didn’t change a thing???

    Thanks, btw.

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