Results 1 to 6 of 6
  1. #1
    Join Date
    Jul 2008
    Location
    San Francisco
    Posts
    63
    Plugin Contributions
    0

    Default Centering Greeting

    I have already centered the Greeting (log yourself in) text by inserting
    .greeting {

    text-align: center;

    font-size: 10pt;

    }

    into the template CSS file. But now the "welcome to [Shop Name] text is left justified.

    Take a look here http://majortek.com

    Is there an easy way of always having the text at the top of the page centered?

    Thanks

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

    Default Re: Centering Greeting

    Try:

    #indexDefaultHeading {
    text-align:center;
    }

  3. #3
    Join Date
    Jul 2008
    Location
    San Francisco
    Posts
    63
    Plugin Contributions
    0

    Default Re: Centering Greeting

    I placed that in the Template/CSS file right below my other entry and got nothing.

    wouldn't it be something similar to the other instruction?

    Something like:

    .Greet_User {
    text-align: center;
    font-size: 10pt;
    }

    ???

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

    Default Re: Centering Greeting

    I put it just under h1 in FF2 Web Developer on your site, and it seemed to work.


    h1{font-size:1.5em;color:#333;}

    #indexDefaultHeading {
    text-align:center;
    }

  5. #5
    Join Date
    Jul 2008
    Location
    San Francisco
    Posts
    63
    Plugin Contributions
    0

    Default Re: Centering Greeting

    Ta Da!!!!! You're the best.

    Now onto trying to figure out why the image wont show at the Footer3 banner location (very bottom).

  6. #6
    Join Date
    Jul 2008
    Location
    San Francisco
    Posts
    63
    Plugin Contributions
    0

    Default Re: Centering Greeting

    There we go. I fixed the banner problem as well.

    Thanks to stevesh. You rock.

    mw

 

 

Similar Threads

  1. v151 Greeting problem?
    By k1rk_hammett in forum General Questions
    Replies: 4
    Last Post: 27 Nov 2013, 06:38 AM
  2. Rogue hyperlink and Greeting Centering
    By majoritywhip in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 16 Oct 2008, 11:21 PM
  3. greeting
    By jayray65 in forum General Questions
    Replies: 7
    Last Post: 27 Mar 2008, 07:03 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