Quote Originally Posted by CerysCrow View Post
I apologize for my ignorance - I am not very familiar with php. (If this was HTML, I could do this in a heartbeat.)

In what doc do I remove the padding?

I created the header image and hotspots in Fireworks and exported it from there. What doc would have it's relative information?
Well, the hotspots shouldn't require any php skills, you just need to find the HTML code for the image map (I'm assuming its done via an image map). If that hotspot image is in action on a regular web site perhaps you can view the source of the page and copy the coding, and paste it in tpl_header.php.

Any styling is done in the stylesheet files, which are found in includes/templates/cherry_zen/css, the padding in question is in stylesheet.css.

I'm not familiar with Fireworks, so I can't help you there.