Viewing 2 replies - 1 through 2 (of 2 total)
  • Anonymous User

    (@anonymized-473288)

    Changing

    #siteDescription {
    color:#999999;
    font-size:1.2em;
    font-style:italic;
    margin:10px auto 60px;
    padding:11px 0 13px;
    width:400px;
    }

    To

    #siteDescription {
    color:#999999;
    font-size:1.2em;
    font-style:italic;
    height:0;
    margin:10px auto 24px;
    padding:11px 0 13px;
    width:400px;
    }

    Would be one way of doing it. The difference is the margin and setting the height of the div. It still needs cross-browser testing, but the way the #siteDescription div is set is causing the ‘Welcome’ text to appear at the location that it does.

    Thread Starter n0ts0smart

    (@efpeterson)

    Thanks. I just wound up setting that 60px on the margin to 0 and it solved the problem.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Small CSS Issue’ is closed to new replies.