How do I switch from 3 columns to 2?

  • Posted in : Responsy WP
  • keithpa
    Participant

    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]

    Mehmet S.
    Keymaster

    Hi, use like this:

    [row]
    [column width="6"]
    Content here...
    [/column]
    [column width="6"]
    Content here...
    [/column]
    [/row]
    

    Note: Use shortcode generator to add shortcodes. Click the “Insert Shortcode” button from the content editor.

Viewing 2 posts - 1 through 2 (of 2 total)

The forum ‘Responsy WP’ is closed to new topics and replies.