Add 3rd Column...

Discussion in 'Cloriato WordPress Theme' started by adefeo777, Feb 25, 2013.

  1. adefeo777

    adefeo777 Member

    Joined:
    Nov 21, 2012
    Messages:
    45
    Likes Received:
    1
    Location:
    South Carolina
    I have a "Contact Us" page that is two-columns and I would like to add a third column between the Contact Form 7 (form) on the left side and the Widgets column on the right side. Is this possible on only this page, and how would I accomplish that?

    Thanks!
     

    Attached Files:

  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Unfortunately there isn't a way to do that with our theme unless you custom code something up.
    For the issue, you have to go to the template-contact.php file present in the theme directory
    and edit the code as shown in the image given below.
    [​IMG]

    And paste the code given below in the template-contact.php file at the line 107, as shown in the image given below
    Code:
    <div class="grid_8">
      <div class="contact_img">
      <img src="your image address" style="width:310px; height:660px" />
      </div>
      </div>
    image for reference
    [​IMG]

    this will solve your issue.
     

Share This Page