I am beta testing a new theme that drupal likes for everything but viewing a single node...

http://www.veganarky.net
http://www.veganarky.net/xenophobia

When a single node is viewed, the sidebar shifts left 5px and the background colour dissapears - it is fine elswhere...

I am really at a loss to what i can do to overcome this. It must be the most simple of things - except for me at the moment! :(

any help comments, thoughts, feedback, advice would be greatly appreciated.... much kudos to anyone and everyone who helps resolve this!

c.

Comments

Dave Reid’s picture

I'd recommend fixing the HTML and CSS errors in your theme first. Run your pages through the W3C HTML validator and the W3C CSS validator first. Little bugs and errors in CSS are likely the culprit.

erdemkose’s picture

I think your problem is about scope of <div class="page"> element.

At the frontpage all content is under <div class="page"> class.

But when you view an individual node this time content is splitted to 4 different parts:

  • <div class="page">
  • <div class="sidebar">
  • <div class="bottom">
  • <div class="end">

At the front page

  • <div class="page">
    • <div class="sidebar">
    • <div class="bottom">
    • <div class="end">

<div class="sidebar">, <div class="bottom">, <div class="end"> were all under <div class="page"> element.

--------------------------------------------------------------
http://www.students.itu.edu.tr/~koseer/drupal/ - works on PHP-TXT-DB database layer.

avolve’s picture

thank you both - the issue was a corrupted node.tpl.php file (there were a couple non-significant css errors too).

i really appreciate it.

now to fix the two other minro bugs i know of...

kudos!

c.

avolve designs | ethical by design