You're welcome. I'm glad that's solved.
Thanks for the link to have a peek. I noticed some whitespace above the store logo in Firefox. I checked the output code and it seems like there is an extra DIV tag causing the space. Apparently, the layout is built in the "Classic" template, so I'm not sure if you have an over-ride folder named "common" in there or not. The file you would want to modify is named "tpl_header.php. The main tpl_header.php resides in includes/templates/template_default/common. Once you locate the affected tpl_header.php... open it up in a text editor, find;
Code:
</div>
<!--eof-navigation display-->
The offending tag is in red, it will be directly above the PHP comment as shown. Removing that tag should let the air out.
I also noticed that the browser title bar isn't modified yet, you would want to open "meta_tags.php" in includes/languages/english/meta_tags.php and change the text in there.
As well, you have an occurrence of an "unboxed" search function in your left column, to have made three search functions. To omit that extra search function, go into Admin-Tools-Layout Boxes Controller;
`Edit sideboxes/search_header.php and switch off Left/Right Column Status.
Basically, to have the settings look like this;
Code:
Box Details:
Box Name: search_header.php
Left/Right Column Status: OFF
Location: (Single Column ignores this setting) LEFT
Left/Right Column Sort Order: 0
Single Column Sort Order: 0
Single Column Status: ON
That's if you want to remove it in the first place.