Closed (fixed)
Project:
Danland
Version:
6.x-2.1
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
2 Jun 2011 at 01:31 UTC
Updated:
5 Jul 2011 at 01:21 UTC
Jump to comment: Most recent file
Comments
Comment #1
jvdurme commentedThat's a tough one, since left and bottom blocks are generated with a different set of CSS classes.
You can get the darker color around the title if you add the color to this class in style.css:
But there will still be a border around the title. That's some padding I guess, but I have no idea how you can remove that. Sorry... ;)
Install Firebug in Firefox to see all CSS styling that Danland uses. Then compare left and bottom blocks. It's really helpful.
Comment #2
prajaktam commentedHello,
@BillMounce: I have tried adding the blocks in the bottom four columns. And added the same styling as left sidebar blocks to this. So here are the steps.
1) Go to the danland theme folder. Open up danland.info file and uncomment the following line
;stylesheets[all][] = local.cssie, replace with this:stylesheets[all][] = local_sample.css2) Now open up the local_sample.css file and add the following css to it.
Save this changes.
3) Visit the admin/build/block page on your site and add block to the Bottom 1, Bottom 2 Bottom 3 and Bottom 4 regions.
4) Go to admin/settings/performance page and clear the cache.
5) You can see the same styling applied to these blocks as the left sidebar blocks. I am attaching a screenshot for the same. Also no need to add blocks to each of the bottom region. If you add block in only one region then also it will pick up the same styling.
Hope this helps.
Thanks,
Prajakta
Comment #3
danpros commentedHi prajaktam,
Thanks for answering the question.
Dan