Title: multiple columns content
Last modified: August 21, 2016

---

# multiple columns content

 *  Resolved [CFSOnline](https://wordpress.org/support/users/cfsonline/)
 * (@cfsonline)
 * [13 years ago](https://wordpress.org/support/topic/multiple-columns-content/)
 * Am wanting to use column content on a couple of my pages. Is this an option? 
   I am not a coder so simple solutions most welcome. 🙂 I am loving this theme 
   by the way, it’s so fresh and clean. Cheers Cate

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

 *  [hopeforlupus](https://wordpress.org/support/users/hopeforlupus/)
 * (@hopeforlupus)
 * [13 years ago](https://wordpress.org/support/topic/multiple-columns-content/#post-3800901)
 * Not sure if this will work in your theme but it wont hurt to try. It worked in
   mine and I just did a little test for you.
 * Here is the end result:
    [http://hopeforlupus.com/?page_id=40](http://hopeforlupus.com/?page_id=40)
 * What you want to do is:
    1. Go to the page you want to edit.
 * Copy the following code into the body copy area:
 *     ```
       [threecol_one]
   
       Column #1-
       Write your paragraph copy here
   
       [/threecol_one]
   
       [threecol_one]
   
       Column #2-
       Write your paragraph copy here.
   
       [/threecol_one]
   
       [threecol_one_last]
   
       Column #3-
       Write your paragraph copy here
   
       [/threecol_one_last]
       ```
   
 * And that should do it.
 * The theme I am using is called Artificer has these short codes built into it 
   and I think it should work in yours. Here’s the link for you to see other examples:
   
   [http://demo2.woothemes.com/artificer/shortcodes/](http://demo2.woothemes.com/artificer/shortcodes/)
 * Hope this helped.
 * Katheryn
 *  Theme Author [presscustomizr](https://wordpress.org/support/users/nikeo/)
 * (@nikeo)
 * [13 years ago](https://wordpress.org/support/topic/multiple-columns-content/#post-3800903)
 * Hi Cate,
    In customizr, you can easily make a colunm content in your pages or
   posts. You will need to copy-paste some HTML code in your text editor.
 * 1) In edit screen of a page/post, click on the text button (top right of the 
   WYSIWYG text editor) : you can put HTML code here.
 * 2) Customizr is built on a responsive 12 columns grid. If you want a 2/3 – 1/
   3 column layout, use the following code :
 *     ```
       <div class="row-fluid">
         <div class="span8">CONTENT COLUMN 1</div>
         <div class="span4">CONTENT COLUMN 2</div>
       </div>
       ```
   
 * Ohter example : for a 1/2 – 1/2 column layout, use this code
 *     ```
       <div class="row-fluid">
         <div class="span6">CONTENT COLUMN 1</div>
         <div class="span6">CONTENT COLUMN 2</div>
       </div>
       ```
   
 * If you want even more informations about this grid system, all documentation 
   is provided here : [http://twitter.github.io/bootstrap/scaffolding.html#gridSystem](http://twitter.github.io/bootstrap/scaffolding.html#gridSystem)
 * Hope this helps and thanks for using Customizr!
 *  Thread Starter [CFSOnline](https://wordpress.org/support/users/cfsonline/)
 * (@cfsonline)
 * [13 years ago](https://wordpress.org/support/topic/multiple-columns-content/#post-3800908)
 * Brilliant! that is exactly what I was hoping to achieve. You have now helped 
   me make my content much easier to read and much more interesting to look at. 
   Thank you so much, my experience using Customizer just keeps getting better and
   better.
 * Cheers
    Cate

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

The topic ‘multiple columns content’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/customizr/4.4.24/screenshot.png)
 * Customizr
 * [Support Threads](https://wordpress.org/support/theme/customizr/)
 * [Active Topics](https://wordpress.org/support/theme/customizr/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/customizr/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/customizr/reviews/)

 * 3 replies
 * 3 participants
 * Last reply from: [CFSOnline](https://wordpress.org/support/users/cfsonline/)
 * Last activity: [13 years ago](https://wordpress.org/support/topic/multiple-columns-content/#post-3800908)
 * Status: resolved