In drupal 7, I have 1 page with a sidebar of 200px width, and I need another page with the same sidebar, but it has to be 300px width.
How do I do this without creating a whole new theme?
In drupal 7, I have 1 page with a sidebar of 200px width, and
Share
You will create the two different nodes and write their different templates file as per your need.You can either write the page template or node template.
EDIT:
page–node–x.tpl.php too edit node x