I have looked through the css files but cannot find the code to widen the blocks.

How do I change the width of the blocks?

www.eco.hitchless.com

Comments

shadcn’s picture

In file graphic.css line 55 add width property like this

.defaultblock {
    background:url("img/bgblock.gif") repeat-x scroll center top transparent;
    width:300px;
}

Then in layout.css line 68 you'll need to adjust the width of .long like this

.long {
 width:620px;
}

Thanks

oadaeh’s picture

Issue summary: View changes
Status: Active » Closed (won't fix)

This issue is being closed because it is against a branch for a version of Drupal that is no longer supported.
If you feel that this issue is still valid, feel free to re-open and update it (and any possible patch) to work with the 7.x-4.x branch.
Thank you.