Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Moving HEADING_TITLE ?

Moving HEADING_TITLE ?

Views: 542

Results 1 to 8 of 8
30 Mar 2011, 10:01 PM
#1
magolines avatar

magolines

New Zenner

Join Date:
Jun 2008
Posts:
22
Plugin Contributions:
0

Moving HEADING_TITLE ?

When I originally set up my Zen Cart I moved the HEADING_TITLE down some on the screen so it was out of the way of the logo. Now I want to move it back, and of course I can't remember where I moved it.

It is the line that was originally "Congratulations on Installing Zen Cart!"

Can anyone help me find where to do this?

Thanks in advance!!!

Miriam

30 Mar 2011, 10:04 PM
#2
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Moving HEADING_TITLE ?

That line would not normally obscure the logo

Post a link to your site

30 Mar 2011, 10:06 PM
#3
magolines avatar

magolines

New Zenner

Join Date:
Jun 2008
Posts:
22
Plugin Contributions:
0

Re: Moving HEADING_TITLE ?

Sorry!

https://www.magolinesbowtique.com/newsite

The line above the "Welcome please log yourself in" is what I am trying to move up.

Thanks!

Miriam

30 Mar 2011, 10:09 PM
#4
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Moving HEADING_TITLE ?

Somewhere you have this defined as it is not default

<div class="centerColumn" id="indexDefault" [B]style="position:relative;top:100px[/B];">

<h1 id="indexDefaultHeading">Custom embroidery, gifts, spiritwear and so much more!</h1>

Use the developers tool kit to find position:relative;top:100px

30 Mar 2011, 10:50 PM
#5
magolines avatar

magolines

New Zenner

Join Date:
Jun 2008
Posts:
22
Plugin Contributions:
0

Re: Moving HEADING_TITLE ?

Thanks for being patient with me. I am really just learning all of this!!!

I am looking for this wording, but I am not sure where to look. Have looked at the CSS and in the index.php file.

I have not used the Developers Tool Kit before. Will that help me find the wording?

Miriam

30 Mar 2011, 10:56 PM
#6
magolines avatar

magolines

New Zenner

Join Date:
Jun 2008
Posts:
22
Plugin Contributions:
0

Re: Moving HEADING_TITLE ?

NEVERMIND!!! Found out how to use the Developers Tool Kit and found it!

Thanks you sooooo much for your help!

Miriam

30 Mar 2011, 11:30 PM
#8
magolines avatar

magolines

New Zenner

Join Date:
Jun 2008
Posts:
22
Plugin Contributions:
0

Re: Moving HEADING_TITLE ?

Thanks again...those links are so helpful :)