Love Drupal, Love Four Seasons Theme. Question, how do I move the primary links below the "Orange" header image? Then how do I get rid of the white area at the top of the theme?

Thanks,

Brent

Comments

derjochenmeyer’s picture

install firefox and firebug plugin for the css part... then open page.tpl.php and move some stuff around...

"navigation-primary" and "navigation-secondary" have to go below the headerimage.

Then delete the part where the headline div is rendered.

Check everything in your browser using the inspect element option that firebug offers with a rightclick... change margins and paddings that you dont want (white area above the header)