Closed (fixed)
Project:
itheme
Version:
5.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
29 May 2007 at 02:10 UTC
Updated:
1 Jun 2007 at 15:10 UTC
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.
| Comment | File | Size | Author |
|---|---|---|---|
| itheme.jpg | 10.69 KB | BradM |
Comments
Comment #1
carldnelson commentedYou 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
Comment #2
BradM commentedthat fixed it. thanks!