Results 1 to 3 of 3
  1. #1
    Join Date
    Feb 2007
    Location
    Pennsylvania
    Posts
    834
    Plugin Contributions
    0

    help question Move Site Heading

    Hi all,
    Would like to know how to move my sites heading. It says Professional Car Audio in the center and I would like to move it to the left.
    Thank You,
    John

  2. #2
    Join Date
    Feb 2007
    Location
    Pennsylvania
    Posts
    834
    Plugin Contributions
    0

    Default Re: Move Site Heading

    I found the answer in the same place I wrote my H1 tag!
    /includes/languages/english/MyTemplate/ ! ! !

    Changes made are listed here:

    Original

    // added defines for header alt and text
    define('HEADER_ALT_TEXT', '[home link]');
    define('HEADER_SALES_TEXT', '<h1>Professional Car Audio</h1>');
    define('HEADER_LOGO_WIDTH', '200px');
    define('HEADER_LOGO_HEIGHT', '70px');
    define('HEADER_LOGO_IMAGE', '');

    Moved Left!
    // added defines for header alt and text
    define('HEADER_ALT_TEXT', '[home link]');
    define('HEADER_SALES_TEXT', '<h1 align="left">Professional Car Audio</h1>');
    define('HEADER_LOGO_WIDTH', '200px');
    define('HEADER_LOGO_HEIGHT', '70px');
    define('HEADER_LOGO_IMAGE', '');

    Thank Me,
    John

  3. #3
    Join Date
    Jun 2003
    Posts
    33,721
    Plugin Contributions
    0

    Default Re: Move Site Heading

    The correct way to do that would be to use the STYLESHEET.

    H1 #tagline {text-align: left;}
    Please do not PM for support issues: a private solution doesn't benefit the community.

    Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.

 

 

Similar Threads

  1. v139h H1 page heading is not showing the correct title or heading
    By AvaAdorn in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 27 Feb 2012, 01:39 AM
  2. Side box heading as images broke site map...
    By modernm in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 27 Jan 2008, 03:25 PM
  3. move the heading under the logo
    By pembroke in forum General Questions
    Replies: 4
    Last Post: 17 Jul 2007, 10:24 PM
  4. Move site problem??
    By vik007 in forum General Questions
    Replies: 2
    Last Post: 19 Feb 2007, 08:42 PM

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