• Hi. I’m using the Aligned theme, and I want to remove the image in the header and move the navigation and posts up to stand under the logo. Can anyone advise on how i can do this edit in the theme for all pages? You can see the site at http://www.timtuckeronline.com.

Viewing 4 replies - 1 through 4 (of 4 total)
  • find those sections in style.css and change like it is quoted here by me:

    from line 71:

    #header_left #header_image {
    background-color:#333333;
    display:none;
    margin:0 10px 15px 0;
    text-align:center;
    width:650px;
    }

    from line 146

    #header_right #preface[id] {
    display:none;
    position:static;
    }

    btw, it will ermove also this boc with “hi my name is tim tucker…”

    Instead edit the header.php file and remove the code that calls for the rotating header and the text box to the right. I sent an email to you with instructions.

    Thread Starter ttucker23

    (@ttucker23)

    Thanks so much for your help I really appreciate it.

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

The topic ‘Aligned Theme header edit’ is closed to new replies.