My website's contact us page looks like this:
Home :: Contact Us
240 South Service Road
Stoney Creek, Ontario
L8E 2N9
I want to change this so that first of all there is space inbetween the top navigation and the address and also I want to include the store name.
I tried this: define('HEADING_TITLE', 'Contact Us<br><br>');
this solves my spacing problem but it also puts "Contact Us<br><br>" in the top of the browser.
any help is appreciated.



