Results 1 to 3 of 3

Hybrid View

  1. #1
    Join Date
    Apr 2008
    Location
    Ontario
    Posts
    81
    Plugin Contributions
    0

    Default Contact Us - How do I add some vertical spacing?

    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.

  2. #2
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: Contact Us - How do I add some vertical spacing?

    You'll need to insert your <br>'s in includes/templates/template_default/templates/tpl_contact_us_default.php, probably right after where it echos HEADING_TITLE.

    Don't forget to move the edited file to your override folder.

  3. #3
    Join Date
    Apr 2008
    Location
    Ontario
    Posts
    81
    Plugin Contributions
    0

    Default Re: Contact Us - How do I add some vertical spacing?

    Hey thanks for the help.

    What i ended up doing was removing this line of code from includes/templates/template_default/templates/tpl_contact_us_default.php

    <?php if (CONTACT_US_STORE_NAME_ADDRESS== '1') { ?>
    <address><?php echo nl2br(STORE_NAME_ADDRESS); ?></address>
    <?php } ?>

    Address info is taken off the page and then i just put it back on by putting it into my define_contact_us.php in the define page editor.
    Last edited by chabates; 16 May 2008 at 05:17 PM. Reason: wrong word

 

 

Similar Threads

  1. v151 Vertical Spacing in Newsletter
    By Trifon in forum General Questions
    Replies: 1
    Last Post: 6 Nov 2013, 10:31 PM
  2. v138a Vertical spacing problems when creating a newsletter.
    By unique in forum General Questions
    Replies: 5
    Last Post: 12 Aug 2013, 09:04 PM
  3. Alter Vertical Spacing of Products in Cats
    By Kubaceski in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 1 Apr 2009, 06:20 PM
  4. productListing - vertical spacing
    By Brian1234 in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 3 Mar 2008, 05:35 AM
  5. column layout grid extra vertical spacing
    By davidf in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 19 Jan 2007, 01:32 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg