test
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • mlewis09 Friend
    #150244

    I am trying to make the logo.png file larger to accomodate a larger logo image. I’m able to do this easily, but while the height of the image grows larger, the vertical position does not re-center in the header space. I’m left with a logo that gets lower and lower in the header area. it looks like the top of the logo image remains stationary, and the image height expands downward. I have tried changing the -1000 value in
    h1.logo a span { position: absolute; top: -1000px; }
    , but it seems to do nothing. Any ideas?
    P.S., the mobile version seems to be self centering, accomodating any logo.png height (which is great!)
    thanks,
    matt

    John Wesley Brett Moderator
    #339881

    Oh…you were sooooo close! 🙂

    Just a couple of lines before in the CSS is your answer.

    Go to: template.css line 937

    And adjust the padding as indicate below in red. That’s what’s affecting your vertical positioning!


    h1.logo, div.logo-text {
    float:left;
    padding-top:30px;
    position:relative;
    }

    Have fun!
    John.

    mlewis09 Friend
    #339891

    Yes! That did it! THANKS!!!
    Guess i wasn’t looking at anything above
    /* Logo Image ---*/
    :-[

    John Wesley Brett Moderator
    #340133

    Not a problem.
    You were definately on the right track!

    BTW…Welcome to the neighborhood!

    John.

Viewing 4 posts - 1 through 4 (of 4 total)

This topic contains 4 replies, has 2 voices, and was last updated by  John Wesley Brett 14 years, 7 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum