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