I've removed the kicker, headline and byline from the page layout with "display:none".
The intention is to have images at the top of the body so that they abut against the %bar2 which is beneath the %page-center menu.
Initially this showed a white space between the bar and the image. On Larry's advice elsewhere, I addressed this by adding this CSS insert...
#middle .page { margin-top: -28px; }
On pages where there's a static image this is fine.
However, the home page has a slideshow, and on this one the space to the left of the page menu is somehow being compromised. I've taken a picture to try to illustrate what I mean
Have you any idea why this is happening and what I can do to prevent it?
Many thanks
Graham