Needs review
Project:
Scruffy
Version:
6.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Jul 2009 at 05:13 UTC
Updated:
16 Jan 2012 at 08:41 UTC
I've been trying to post a block in the "Below content" area. Unfortunately the size is about the width of the right column -- even when I put something large (large amount of text, an image, a table) in the block. I'm currently trying to put in a table (2x2) which looks fine in a Blog or Page, but when I stick it in a block below content it doesn't work. (You can see it here: http://www.askgriff.com/node/19)
Thanks in advance!
Robert Griffith
Comments
Comment #1
askgriff commentedComment #2
imposterpockets commentedI am having this issues as well. Very small blocks when placed under the main content area. Everything is squished.
Comment #3
ishmael-sanchez commentedThe issue is on style.css line 511 with the .widget definition it defines a width of 225 pixels (which works great for blocks in the sidebar) which is why the region seems so small in the main content area.
One possible solution is to be more specific with that definition for example
#sidebar .widgetthat way the styles are targeted to blocks in the sidebar only and won't impact the blocks in the main content area. If you go that route you might want to remove some of the background image styling.