Code for 3 column full width page

Discussion in 'Local Business WordPress Theme' started by normwhitewaterexcitementcom, Feb 24, 2014.

  1. normwhitewaterexcitementcom

    normwhitewaterexcitementcom New Member

    Joined:
    Feb 15, 2014
    Messages:
    11
    Likes Received:
    0
    Hi I am trying to make a 3 column full width page using local business. I put the short codes in but the third column always seems to be put under the first column. I have tried several different methods. Can you please help, I appreciate it.
    My dev page is http://california-river-rafting.com/wptest/test-column-page/
    Thank you for your help. I really like the theme!!
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    You can use column shortcode for this issue.
    See the link given below for reference
    http://www.inkthemes.com/how-to-use-shortcodes-in-themes/02/

    Go to the Pages > Add New panel in your dashboard and
    and select the fullwidth template from the Page Attribute section and
    then paste the code given below in the text editor.

    Code:
    [col3]
    Enter the content of first column here
     
    [/col3][col3]
    Enter the content of Second column here
     
    [/col3][col3_last]
    Enter the content of third column here
     
    [/col3_last] 
    This will solve your issue.
     
  3. normwhitewaterexcitementcom

    normwhitewaterexcitementcom New Member

    Joined:
    Feb 15, 2014
    Messages:
    11
    Likes Received:
    0
    Piyush - thank you for your reply - but I have tryed that and other things. When I paste your code the first 2 columns line up where they are supposed to but the third column lines up under the first column and not over on the right hand side of the page. Can you see from my link above. I am just trying to make a 3 column page with information. Please help and thank you.
     
  4. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
  5. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107

Share This Page