I noticed that when I created the contact page there was no "full width' option. So basically I have a side menu in on my contact page I don't need. How can I remove it?
Thanks,
ANgelo
I noticed that when I created the contact page there was no "full width' option. So basically I have a side menu in on my contact page I don't need. How can I remove it?
Thanks,
ANgelo
To make it full width just edit the Contact Form Template Page, by going to Appearance>Editor (in the Admin Panel) and selecting it on the right under templates.
About 15 lines down you'll find:
$k_option['custom']['bodyclass'] = ""; //$k_option['custom']['bodyclass'] = "class='fullwidth'";
You can remove that line and add
$k_option['custom']['bodyclass'] = "class='fullwidth'";
in it's place.
You must log in to post.