Hi,

I've applied a theme and gotten the following result.

http://img254.imageshack.us/my.php?image=drupalqie6.png

See where the border ends? is this a CSS problem? or a drupal setting problem? (I've already looked). I'd like to widen it out. I'm looking for a quick fix but I'm at least a week away from having the time to really sit down and look/learn CSS. Any suggestions on how to fix or which part of the CSS to look?

Comments

tylor’s picture

Looks like a CSS problem to me... not sure which theme you're using. I'd suggest installing Firebug in Firefox and from there to look down the HTML tree. Hopefully something will stick out.

fathamburger’s picture

I installed Firebug, debugging is a lot more productive now. It's pretty neat thanks for that :)

Still haven't solved the problem yet. I'm using the renecance theme just as a base, really hate theming :P

I was looking at the style.css in the theme and while I've been able to change the width of the main body under the container division, I've found no width relating to the actual content block which leads to believe maybe its a drupal problem. There is a width for the right block divisions but they are set to "auto". Other than that Im muddling through CSS as I go, one thing I hate about CSS is that figuring out what settings are for what division, hierarchy etc is frustrating without knowing the naming conventions (if any) that the designer used themselves.