Hi, great looking theme.

I noticed that if I place some blocks in the main content window (such as most recent comments), the background of the block is reproduced, and the text just runs over top it. I've attached a screenshot. Running Firefox/IE under Windows 2000.

Is there a way to edit the code to change it so the block background isn't shown when these elements are placed within the main content window? Or, better yet, is there a way to have sections created beneath the main content? Like two columns per row?

Cheers.

CommentFileSizeAuthor
itheme.jpg10.69 KBBradM

Comments

carldnelson’s picture

You could try adding something like:

div#content .dbx-handle {
background: none;
}

In the style sheet to define no background images when the

tag appears in the main content area.

Carl

BradM’s picture

Status: Active » Closed (fixed)

that fixed it. thanks!