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
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
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
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.