• Resolved CFSOnline

    (@cfsonline)


    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)
  • 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:
    https://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:
    https://demo2.woothemes.com/artificer/shortcodes/

    Hope this helped.

    Katheryn

    Theme Author presscustomizr

    (@nikeo)

    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 : https://twitter.github.io/bootstrap/scaffolding.html#gridSystem

    Hope this helps and thanks for using Customizr!

    Thread Starter CFSOnline

    (@cfsonline)

    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.