Bug #2038
closed
Added by Matt Gold over 12 years ago.
Updated over 12 years ago.
Category name:
WordPress (misc)
Description
Hi All,
I know that this is going to be fixed in November/December when PressCrew creates our child theme of the CBox installation, but this is important enough that I think we should address it now if it wouldn't be too much work. In the attached screenshot, I've highlighted something that has bothered me for a while -- the overly large empty space between three elements (slide, featured content, who's online) on our homepage.
Is there anything we could do as a relatively quick fix to improve this situation? I know we're pressed for time on CBox, but if there is anything we can do on this, I'd really like to do it because our homepage is vitally important and some small changes could have a very large impact.
Files
- Assignee changed from Boone Gorges to Matt Gold
Assigning to Matt until we've arrived at some concrete changes - feel free to assign back to me when there's something to implement.
- Target version changed from 1.4.1 to 1.4.2
I took a quick look at it and here are some suggestions.
- Take a Tour button, both padding set to 7px (one is 12px)
- ake a Tour button,change the font-size from 16 to 13
- Featured, use a little less characters so only 4 lines.
- Featured, What Matt said was padding is actually where the "Read More..." text should be. But it isn't showing up on mine either (text is there in HTML). Instead why don't we just get rid of that text and make [...] into a link.
- div.introbox should probably be 340px instead of 360px high to reflect actual height of the space
- Right now cac_featured_content_widget-2 has a bottom-margin of 15px through styling on the .featured class (1744). Because the "Who's Online" text will always leave some gap between featured content and what's below then it can have it's margin changed to 0.
#cac_featured_content_widget{
margin-bottom:0;
}
Those changes left it as seen in attached screenshot
Wow -- that's fantastic, Chris. A million times better. It will be such a relief to have this fixed. Boone, please let us know what you think. I'm delighted.
Matt, is this a go from your point of view? Want to make sure we're set before implementing.
Chris, are there any additional CSS rules you changed, that you haven't listed above? I can reverse engineer, but would prefer not to :)
Yes -- huge go, with the proviso that I haven't seen a working demo. I'd test it on CDev and implement straight away if it looks good.
Boone, that should be it. If you run into an issue implementing it feel free to just put it up on CDev and ask me to take a look.
- Status changed from Assigned to Resolved
Also available in: Atom
PDF