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!
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. 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 this will solve your issue.