Closed (fixed)
Project:
Danland
Version:
7.x-1.0-rc2
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
25 Mar 2011 at 13:22 UTC
Updated:
28 Apr 2011 at 23:38 UTC
Using Drupal 7 with Danland theme. I cannot seem to get the left and center blocks to change widths. I have made the changes in the css as described in the Danland theme handbook, but nothing changes. Any ideas?
Comments
Comment #1
danpros commentedHi,
Make sure to clearing the cache / reload the page after modify any CSS.
Comment #2
shruti.sheth commentedHi,
I hope my answer helps.
One of the ways of getting the left and center blocks with changed widths can be as follows,
The width of left blocks can be changed by changing the width of #sidebar-left in your style.css
e.g. if the width for left blocks need to be changed from 26% to 20%, change the width to 20% in following code in your style.css
Similarly width modification can be performed on #content in style.css, depending on the layout and number of sidebars present, for the center blocks if placed in content region.
Thanks.
Comment #3
danpros commented@shruti.sheth: thanks.
That should fix the problems.