Posted by andrew.shorecloud on April 18, 2011 at 3:25am
2 followers
Jump to:
| Project: | Composite Layout |
| Version: | 6.x-1.0-beta8 |
| Component: | Miscellaneous |
| Category: | support request |
| Priority: | major |
| Assigned: | andrew.shorecloud |
| Status: | active |
| Issue tags: | Composite Layouts |
Issue Summary
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!
| Attachment | Size |
|---|---|
| issue.jpg | 235.41 KB |
| mustcontent.jpg | 244.54 KB |
Comments
#1
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.
#2
@ bengtan: oh ok.. I see. I'll try that. Thanks a lot!