Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator t-p

    (@t-p)

    Try to change in your theme’s templates (It could be any template for all themes are different. Start with header.php).

    Always keep a backup.

    Make a backup of your theme.
    Edit your style.css file and look for #headerimg h1 selector, then add the css properties below the comment.

    #headerimg h1 {
        float: left;
        margin: 139px 0 0 330px;
        width: 500px;
    /* try adding these lines */
        position: relative;
        bottom: 140px;
        left: 100px;
    }

    or you might want to do some adjustments on ‘right’ and ‘top’ properties also, just add them there.

    That is if you just want to reposition your title tag using CSS only.

    Thread Starter Satman1

    (@satman1)

    2 days i’ve been trying to work this out! Thanks very very much pcgrejaldo, i’m starting to get somewhere now!! 🙂

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How do i move text?’ is closed to new replies.