Remove Sidebar from Contact Page Template

Discussion in 'Gommero WordPress Theme' started by reyna1, Jun 5, 2013.

  1. reyna1

    reyna1 New Member

    Joined:
    Jun 11, 2012
    Messages:
    14
    Likes Received:
    0
    I would like to remove the sidebar from the contact page template and just keep the contact form intact. I tried some CSS but didn't work. It's obvious I didn't do it correctly so any help would be greatly appreciated.

    Thank you.
     
  2. Gourav

    Gourav Support Staff

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

    Go to template-contact.php present in your theme directory and remove the code given below

    Code:
        <?php get_sidebar(); ?>
    Sending image for reference

    [​IMG]



    This will solve your issue.
     

Share This Page