Thread: Tagline

Results 1 to 3 of 3
  1. #1
    Join Date
    Sep 2005
    Posts
    912
    Plugin Contributions
    1

    Default Tagline

    How do you move the Tagline Over or down

  2. #2
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Tagline

    opps posted to wrong thread???

    Depending on where you want it this is what you have currently:
    Code:
    #tagline {
    color:#000000;
    font-size: 20px;
    text-align : center;
    padding: 0.8em;
    padding-right: 0.8em;
    vertical-align: middle;
    }
    You will want to give this a height to match the header height and margin left to position it relative to your logo and vertically within the header container with line height similar to this and adjust to suit
    Code:
    #tagline {
    color:#000000;
    font-size: 20px;
    line-height: 97px;
    margin-left: 430px;
    }
    ##############################___
    Zen-Venom Get Bitten

  3. #3
    Join Date
    Sep 2005
    Posts
    912
    Plugin Contributions
    1

    Default Re: Tagline

    ahh thanks a million

 

 

Similar Threads

  1. Tagline and extra space I want tagline no extras
    By cshart in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 20 May 2008, 11:39 PM
  2. Tagline
    By jdsmith8 in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 18 Sep 2007, 05:41 AM
  3. tagline?
    By spiked11 in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 31 Mar 2007, 04:56 AM
  4. Tagline
    By bob6003 in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 13 Aug 2006, 10:09 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