Need to Create a 2 Column Page Layout

Discussion in 'Andrina WordPress Theme' started by sandymcdonald, Jun 14, 2013.

  1. sandymcdonald

    sandymcdonald Member

    Joined:
    May 29, 2013
    Messages:
    100
    Likes Received:
    1
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    To achieve this you can use column shortcode.

    For example

    Code:
    [col2]
        <img src="Enter your image address"/>Enter your text
    [/col2][col2_last]
            <img src="Enter your image address"/>Enter your text
    [/col2_last]

    Also check the link given below, I hope it will help you
    http://www.inkthemes.com/how-to-use-shortcodes-in-themes/02/
     
  3. sandymcdonald

    sandymcdonald Member

    Joined:
    May 29, 2013
    Messages:
    100
    Likes Received:
    1
    I tried the code above. The 1st image is indented with the text for the 1st image appearing to the left and on the line underneath the image. How do I get the 1st image to be left justified with the text paragraph directly to the right of the image? I'm trying to recreate the type of page in the example. http://www.fourseasonsheatingcooling.com/resources/friends-of-four-seasons.php

    Thank you very much for your help.
     
  4. Piyush

    Piyush Support Staff

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

    Please provide the following information listed below.

    Thread Link:
    Your Website URL:
    WordPress Username:
    WordPress Password:

    Send this information on our email at [email protected]
     
  5. sandymcdonald

    sandymcdonald Member

    Joined:
    May 29, 2013
    Messages:
    100
    Likes Received:
    1
    I sent the information requested. Did you receive it, Piyush?
     
  6. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,
    Yes we have received your dashboard details but we are unable to find any page in which you have tried to make the changes for this issue.
    So please firstly create that page by using fullwidth template and use your content and images that you want to show there by using column short code.
    Once it gets done, do let us know we will try to customize it as per your requirement.
     
  7. sandymcdonald

    sandymcdonald Member

    Joined:
    May 29, 2013
    Messages:
    100
    Likes Received:
    1
    The page I created is actually the one in draft mode. Can you see it when you login?
     
  8. Piyush

    Piyush Support Staff

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

    sandymcdonald Member

    Joined:
    May 29, 2013
    Messages:
    100
    Likes Received:
    1
    That looks very nice. Now, how do I add additional rows to the 2 column page? I tried a few things but it didn't turn out so well.
     
  10. Piyush

    Piyush Support Staff

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


    Hello,
    For this issue paste your image code and content for next row as given below in the page editor.

    Code:
    [col2]
    <img class="Enter your first row left column image link" alt="" src="" width="" height="" /> Enter your first row left column content here.
    <br/>
    <img class="Enter your second row left column image link" alt="" src="" width="" height="" /> Enter your second row left column content here.
    <br/>
    <img class="Enter your third row left column image link" alt="" src="" width="" height="" /> Enter your third row left column content here.
    <br/>
    .
    .
    .
    .
    .
    <br/>
    <img class="Enter your last row left column image link" alt="" src="" width="" height="" /> Enter your last row left column content here.
     
    [/col2][col2_last]
    <img class="Enter your first row right column image link" alt="" src="" width="" height="" /> Enter your first row right column content here.
    <br/>
    <img class="Enter your second row right column image link" alt="" src="" width="" height="" /> Enter your second row right column content here.
    <br/>
    <img class="Enter your third row right column image link" alt="" src="" width="" height="" /> Enter your third row right column content here.
    <br/>
    .
    .
    .
    .
    .
    <br/>
    <img class="Enter your last row right column image link" alt="" src="" width="" height="" /> Enter your last row right column content here.
    [/col2_last]
    See the link given below for reference.
    http://screencast.com/t/qdLywdsQp

    This will solve your issue.
     

Share This Page