i've attached a pic of the issue i'm having. i have a block that was created in views2 that are formatted in a table. the table extends beyond the left side bar region. (see attached pic)

is there a way i can expand the left side bar region a few pixels? i tried editing:

#sidebar-left .block {
width: 221px;
background: url(images/block_leftbar_bkg.png) repeat-y;
margin: 1.5em 0 2em;

starting at line 549 in the style.css file but i got a funny error where slits of the background shifted over as opposed to the whole area expanded a few pixels. sorry i'm not too keen with css.

do you have any suggestions?

CommentFileSizeAuthor
sidebarerror.png27.81 KBtimmeh

Comments

c31ck’s picture

Category: bug » support

I'm afraid that you'll need to do more than just adjust the width of the blocks in the left sidebar. The background images for the left sidebar are 221px wide, so you'll need to replace those with wider images. You'll also need to change the width of #sidebar-left .block-title .content. And lastly you need to change the width of the other columns, to prevent the layout from breaking.

As this is an old issue, I'm going to mark this as fixed, but feel free to reopen if this is still an issue for you.

c31ck’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.