This is my current code. I tried changing [column_one_third] to [column_one_half] and removing the info from one of the columns but its not working.
Original/Current code
[column_wrap]
[column_one_third]
Ready to book? Let’s get started.
[contact-form-7 id="1953" title="Contact form 1"][/column_one_third]
[column_one_third]
Looking to visit? By Appt only
We would love to meet you! Give us a call or fill in the form to set up an appointment.[/column_one_third]
[column_one_third]
Get In Touch: info@snapshotphotobooth.com
1655 Dupont St, Studio 306
Toronto, ON, M6P 3T1
416.436.3500[/column_one_third]
[/column_wrap]
Code for 2 columns which doesn’t work
[column_wrap]
[column_one_half]
Ready to book? Let’s get started.
[contact-form-7 id="1953" title="Contact form 1"][/column_one_half]
[column_one_half]
Get In Touch: info@snapshotphotobooth.com
1655 Dupont St, Studio 306
Toronto, ON, M6P 3T1
416.436.3500
By Appointment Only[/column_one_half]
[/column_wrap]