How to move header?!

  • Unknown's avatar

    I currently have the Chunk theme, that i wish to tweak a little… I’ve already managed to move the footer as the right sidebar, which means that it has pushed the header text and header image to the left.

    How do I center the header again or at least move it?

    Thank you in advance!

    Yasmincruz

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    I’m sorry but Staff are unavailable until Monday and only they are providing CSS editing support these days.

  • Unknown's avatar

    Ok… My question is for CCS editing support, Thanks ;-)

  • Unknown's avatar

    To move the footer widgets in the Chunk theme to the right of the content area, try starting with the following CSS and adjust the numbers as necessary:

    #container, #header, #menu, #footer {
        position: relative;
        width: 1084px;
        text-align: center;
    }
    
    #menu .menu ul {
        display: inline-block;
    }
    
    #widgets .widget-area {
        padding-top: 22px;
    }
    
    #contents {
        margin-right: 238px;
    }
    
    #widgets {
        width: 238px;
        position: absolute;
        top: 442px;
        right: 0;
        border-top: none;
    }
    
    #widgets .widget {
        width: 238px;
    }
  • The topic ‘How to move header?!’ is closed to new replies.