Hi guys!

I really need help. How can I change the width of a 2 column composite layout without changing the width of the other layouts? My sample site is shown below:
http://drupal.org/files/issue.jpg

the current width of left and right is 50%. So, what i want is the left will have a width of 66% and the right section will have a width of 33%. Here's the page that i want:
http://drupal.org/files/mustcontent.jpg

Below are 3 column composite layout and inside that layout is another 2 column composite layout. If I change the current css of 2 columns composite layout the above layout is also affected. What am I going to do?

Thanks guys!

CommentFileSizeAuthor
mustcontent.jpg244.54 KBandrew.shorecloud
issue.jpg235.41 KBandrew.shorecloud

Comments

bengtan’s picture

Hi,

If you change the width proportions of a layout, that will affect all nodes where that layout is used.

What you need is a completely new layout with the different proportions (or you could try some fancy css tricks in your theme to affect certain parts of your site - not recommended).

Please see comment #13 of http://drupal.org/node/503320 on how to create a new layout.

andrew.shorecloud’s picture

@ bengtan: oh ok.. I see. I'll try that. Thanks a lot!