Twenty Twelve – Three Column Layout Tutorial

Creating a three column layout with Twenty Twelve theme. Part one of a five part series on Modifying Twenty Twelve theme.

We’ll be editing 3 files to create out three column layout, functions.php, style.css and sidebar.php.
I’ll explain how to add a new widget area, add a new body class and how to style the new sidebar for 3 different style layouts. Left and Right sidebars, Two Left sidebars and Two right sidebars. Each layout will also contain styles for IE8 and the layouts will keep the responsive structure of Twenty Twelve theme.

I’ve updated the blank child themes to also include an empty functions.php file since it’s commonly used in child themes.

Start off by downloading the Free Blank Twenty Twelve Child Theme I’ve supplied. Open the style.css and change the information at the top to whatever you like. Upload it to your website and activate it.

Next we’ll need a copy of Twenty Twelves sidebar.php file, so download that from your server, or download a new copy of Twenty Twelve from WordPress.org, upload it to your child theme.

Your child theme should now contain a style.css, functions.php, sidebar.php and screenshot.png.

Add a New Widget Area

First thing we’ll do is register a new widget area, this will be our second (left) sidebar. Open functions.php and add this to it

Notice the sidebar uses the ID sidebar-4, this needs to be unique. Other widget areas in Twenty Twelve use the ID’s sidebar-1, sidebar-2, sidebar-3, last two are for the homepage template footer widgets.

Save and close functions.php

Add Sidebar to the template

If you check Appearance > Widgets you should see a new widget area, if you do then great, but it won’t actually display anything if we add a widget but go ahead and add a new widget it to it anyways.
I usually add the Calendar widget when working with widget areas as it’s the widest default widget and is great for picking up any issues with the sidebars.

Now open sidebar.php and under the current sidebar code add the following

This displays the new widget area. Any place that get_sidebar is used, will display the main sidebar and our new sidebar. Save and close sidebar.php and view your website.

You should see the new widget area (if you’ve added a widget) but it will probably display directly under the default sidebar.

Increase Twenty Twelve Site Width

Twenty Twelve was designed to display only one sidebar, the default width is 960px or 68.571428571rem, we’ll be increasing the width of Twenty Twelve theme to 1000px or 71.42857rem. To figure out what the rem value is simply divide the px number by 14. Thanks to VooDooPress for helping me understand this and more, take a look at their article on Modifying the Width of Twenty Twelve Theme.

Open functions.php and under the sidebar code we added earlier, add the following

This decreases the content width to 500px, and increases the full page content width to 1000px which will be our new widths with both sidebars displaying.

Since we’re changing the content width, we also need to add a new thumbnail size so our images are not stretched or squished to fit in the new content side. Add this to functions.php

This creates a new image size of 500px wide and unlimited height.

Tip An easy way to figure out the needed image size is after the sidebars are in place in FireFox, right click on the image and go to “View Image Info” it should say something like “651px × 406px (scaled to 500px × 312px)” The 500px width is the width we need to create a new image size for.

The last thing we need to add is a new body class. We’ll use this body class to target every page but the full width page template and the homepage template. Add this to functions.php

This adds the body class .custom-layout to your theme. This saves us from reverse styling the full width template and the home page template of Twenty Twelve after we add our three column layout CSS.

If you look at the body class in FireBug you should see this.

twenty-twelve-body-class

Save and close functions.php

Three Column Twenty Twelve Styles

Now that we have all of our functions and template changes complete, the next step is adding the CSS to display everything how we want.

I’ll explain something before we begin. Twenty Twelve theme uses a mobile first layout. This means that it was created to display properly on media devices (cell phones tablets) first, then by the use of @media conditionals it was made to display properly on desktop screens.
This is why for every layout you’ll see something similar to @media screen and (min-width: 600px). This tells the theme to use the CSS between these tags if the screensize is greater than 600px.

You’ll also notice the use of .ie This is a conditional class added to Twenty Twelve to specifically target Internet Explorer 7 and 8 because they don’t understand media queries (@media). It’s also why any .ie conditionals are not also used between @media screen and (min-width: 600px).

Open style.css of your child theme. The first thing we’ll do is change the site width to 1000px as mentioned above, so add this.

Notice the .ie conditional, the regular code added between @media tags and the last part adjusts the footer area to reflect the new width.

Next part is the layouts. For this tutorial I’ll be using the left and right sidebar layout, I’ll also give the CSS to display a two left sidebar and two right sidebar layout, you can chose whichever one you want.

Add this to your style.css next

Notice the .custom-layout body class that we created in functions.php is being used.

Now for the .ie conditionals, add this directly under it

The .ie conditional is basically the same, but it’s not added within the media queries. Sometimes a margin will need to be adjusted for Internet Explorer, sometimes it’s fine as is. Anyways, if you notice something looks out of place just in IE, you can use this conditional .ie to correct it.

Save and close style.css and refresh your website. You should see two sidebars, one on the left, one on the right. Resize your browser, both sidebars should drop below the content and display full width.

Check out the Homepage page Template, and Full Width page templates, they should look normal.

Here’s what your website should look like.
twenty-twelve-three-column

The last thing I recommend doing is once you’ve decided on a layout, run Ajax Rebuild Thumbnails plugin to create the new image sizes for all of your previously uploaded images. Run it once, then deactivate it.

As promised, here’s the code for the Two Left sidebars and Two Right sidebar layouts.

Two Left Sidebars

Two Right Sidebars

You can replace the Left and Right sidebar layout CSS with either of these.

Check back soon for the next part of Modifying the Twenty Twelve theme where we’ll be adding three footer widgets to our theme.

Thanks for reading, let me know how your new layout turned out by leaving a comment!

81 thoughts on “Twenty Twelve – Three Column Layout Tutorial

  1. I am currently working on my first theme. This tutorial has helped. Now I am wondering how can I split all three columns? Such as In your theme. Your sidebar and content area separated from one another…learning as I go.

  2. Wow, I wish my site looked that good. I am really new at WP. I have a child theme and followed your instructions as directed, but the additional widget areas don’t show up on the widgets page? What am I doing wrong? Help would really be appreciated

    Thanks

      1. Hi, thanks for replying. I am the guy who put the new in newbie and I got rather frustrated trying to play with the code and the styling so I upgraded and bought the Twenty Plus Pro. It looks great so far but would like to make some additional changes but am at a loss as how to go about it and don’t want to mess up the format of the Twenty Plus Pro. I have it set up for the three column layout.

        Here is what I am looking to do,
        1. Footer, I would like to display our name address and phone number across the bottom and remove proudly powered by word press (mostly because it takes people away from my site) In theme options, general options, footer copywrite area, no matter how I enter the text (MKI CONSULTING, Address, Phone number) it shows up with no spacing and in the right hand corner of the page.
        2. Front Page Sidebar, I would like to add a Sidebar to the left side of the front/home page in addition to the 2 bottom widget areas. I have seen some posts on how to do this, but again, am deadly afraid of messing up your work in functions and have no idea how to do the styling.
        3. Adjust the with of the sidebar widget areas (with widgets in both left and right hand side it squeezes the main content area and makes it hard to read, also the padding between right hand column and main content area looks a little tight). I tried to change the values under left and right sidebars to 60% from 50% and 20% from 25% and they all ran together. I was able to go in and reverse those changes.
        4. I really like the block styling for the vertical menu on the right hand side of this site. I am not sure if “block styling” is what you call it, it is what I thought I saw when I used firebug to inspect the element on your site. Any ideas on how to make my custom menu look like that would be appreciated.
        5. And last, I have some shadowing around my header image. I added some custom css in edit css and it eliminates the box shadow in the images on my pages, but the shadow still appears on the header.

        Sorry for the long list, but I have searched everywhere- bing, google yahoo you tube and wordpress forums and can’t find the answers. Also concerned about adding/modifying code on20plus pro

        Thanks for any help you can provide

        Gil

  3. Hi thanks great tutorial – does anyone know how to produce a page layout with responsive columns in a twentywelve theme.

    1. Hi Mark, if your page template uses get_sidebar then it should display both sidebars and they should also be responsive.
      If you need a custom template, I would suggest making a copy of one of the current page templates and using that to create your page template.

      If you just want to use a regular page template with sidebars, it should work fine. If it’s not working for you, open a forum post and I’ll have a look at your code.

  4. Hello-
    Thanks very much for this tutorial, it is very helpful. One question I have is how one would use this layout for the blog posts page (or a post category page) of the site but go back to the standard two column layout for other pages. Thanks!
    -Matt

  5. Hi Zeaks,

    and thanks for a great tutorial! I’ve done some work in pure HTML & CSS, plus cmsms before, but no wp theming, really. After following your tutorial the layout of my site looks great, with three column layout for the post pages.

    However, I cannot get the three column layout work on the normal “pages”, nor the front page. Post pages are excellent, normal “pages” are just two-column. I’ve looked at single.php and page.php, but I don’t really understand what I’ll have to do to get the same layout on both. Would be immensely grateful for some help.

    Thanks again,
    /
    Petter

    1. Hi Peter, the front page template is a unique layout and this tutorial doesn’t cover that template, in fact it purposely avoids making any changes to that template.
      The full width page template will not display any sidebars, but the sidebar (default) page template should display your new sidebar as it uses get_sidebar. If it’s not open a forum post and I’ll try and help figure out why.

      1. Hi again!

        Found the error, it was just that my pages referenced an old page template, hence they didn’t get the correct layout. Once I realized this, it was an easy fix, and now everything has the three-column layout, great!

  6. Hi, I did every you said and ….. it’s working !!!!!

    Thank you so much!

    Just one little tiny problem… How can I make the middle column just a little bit wider?

    Thanks again!!!

    Susan.

    1. Hi Susan, the widths for content and 2 sidebars are as follows
      20% + 50% + 20% = 90% of the site width. The leftover 10% is used for margins between the sidebar and content.
      Say you want to increase the content width by 5%, you’ll need to subtract 2.5% from each sidebar, or 5% from one sidebar. Whatever you add to the content, make sure to subtract from the sidebars.

      You might get away with adding a bit of width 1-2% to the content without changing the sidebar width, I doubt it though.

      1. Hi, this works. Although I had to change the margin-left to 20 percent, because left sidebar and content shifted to the right after I changed the content width by five.

        Thanks again.

        Susan

  7. Hi, sorry to bother you again…… One last question for today….
    I’ve added the left sidebar. Through text widgets I’ve added some logos. These logos have a light grey border around them. I’ve spent quite some time now to figure out how to get rid of these borders, but nothing seems to work.

    Could you please help me out?

    Thanks a million.

    Susan.

Leave a Reply - Use <pre>YOUR CODE</pre> when posting code.