Closed (fixed)
Project:
Deco
Version:
6.x-1.1
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
18 Dec 2008 at 19:33 UTC
Updated:
1 Jan 2012 at 16:40 UTC
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?
| Comment | File | Size | Author |
|---|---|---|---|
| sidebarerror.png | 27.81 KB | timmeh |
Comments
Comment #1
c31ck commentedI'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.
Comment #2
c31ck commented