Closed (works as designed)
Project:
Summertime
Version:
6.x-1.2
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
27 Oct 2009 at 23:13 UTC
Updated:
28 Oct 2009 at 09:33 UTC
Hi,
Great theme. Really well done. However, I need to be able to change the width of the right block column? I've been fiddling around with it, and can't seem to figure it out. Any help would be great. Thanks in advance. All the best.
Comments
Comment #1
Empiric commentedFor example, to increase the width of right column for 5% you should do the following changes to style.css file:
style.css (line 266 for me):
1) .column-center{width:63.5%; /* because 68.5% - 5% = 63.5% */}
style.css (line 284 for me):
2) .column-right{width:31%; /* because 26%+5%=31%; */}
Comment #2
Empiric commented