Support » Fixing WordPress » How to create H1 title on 3 column layout (I need middle & right column)

  • Hey.

    I have a 3 column layout… and the way I have it set it up is as follows;

    Left: posts
    Center: photo gallery
    Right: videos

    http://www.adidas-talk.com

    notice the H1 title on the left “Latest Stories” ? I want to take that title and post it in the center as well as on the right in order to help my readers understand what it is they are looking at.

    I know I need to edit the home.php & stylesheet.css of my template.

    Let me know what i need to do please – much appreciated!

    StyleSheet.css (code for left H1 title)

    /********************************************
    Latest stories on the left
    ********************************************/
    .latest_stories h1 {
    font-size: 2em;
    letter-spacing: -1px;
    color: #f5006e;
    }

    .latest_stories h2 {
    font-size: 1.8em;
    margin: 0 0 10px 0;
    }
    .latest_stories h2 a {color: #000}
    .latest_stories h2 a:hover {text-decoration:underline}

    .latest_stories .last_date {
    display: block;
    line-height: 2.2em;
    font-family: georgia;
    font-style: italic;
    color: #666;
    border-bottom: 1px dotted #ddd;
    }

    .focus {
    margin: 10px 0 10px 0;
    }

    Here’s the snapshot: http://i29.tinypic.com/b7hmrp.png (Latest stories)

  • The topic ‘How to create H1 title on 3 column layout (I need middle & right column)’ is closed to new replies.