View Single Post
Old 02-11-2013, 05:47 PM   PM User | #1
johndove
Regular Coder

 
Join Date: Jul 2005
Posts: 103
Thanks: 31
Thanked 0 Times in 0 Posts
johndove is an unknown quantity at this point
two different placements for h1 tagline

Hi, please see url: http://freedom.backstageweb.net/features/

Note the placement of the tagline under the logo (small office practice management and ehr) - this is where it should be.

Now click on the logo to go to the homepage. The placement of the tagline is higher and is cut off at the bottom. I want it even across all pages. What is wrong here?

Code:
.logo-image #header-left #tagline {
    color: #0092D6;
    display: block;
    font-family: "Times New Roman",Times,serif;
    font-size: 21pt;
    font-style: italic;
    font-weight: normal;
    letter-spacing: -0.5px;
    margin-top: 37px;
    padding-left: 30px;
    position: absolute;
    text-indent: 0;
    text-shadow: 1px 1px 3px #B3BEC9;
    z-index: 101;
}
Thanks,

John
johndove is offline   Reply With Quote