Never mind
Morwaul,
Go to modules/gallery2(or whatever you named it)/themes/matrix(or whatever theme you are using) and open theme.css
At around line 118 you will see:Code: › #gsSidebar {
border-right-width: 1px;
width: 175px;
overflow: hidden;
}
Change it to:Code: › #gsSidebar {
border-right-width: 1px;
width: 150px;
overflow: hidden;
}
You want the width defined in theme.css to be smaller than your PHP-Nuke block width. PHP-Nuke will/should push the block out to it's defined width.