Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter Satman1

    (@satman1)

    And i need to move the H1 tage and description to the left please?

    To re-position the About button, edit style.css and increase the margin-top value in:

    #nav {
        float: left;
        list-style: none;
        margin-left: 107px;
        margin-top: 19px;
        width: 45%;
    }

    To re-position the H1, reduce the value for left to zero and reduce the 4th value for margin.

    #headerimg h1 {
        bottom: 140px;
        float: left;
        left: 100px;
        margin: 139px 0 0 330px;
        position: relative;
        width: 500px;
    }
    Thread Starter Satman1

    (@satman1)

    Awesome,it worked nice! Thanks Esmi

    No probs. 🙂

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Cant change text H1 size without other changes’ is closed to new replies.