Control Panel

Categories

We Are Often Asked…How To Make Your Contact Form Central

Posted on February 3, 2020 by theimagefile under Inspiration, Theimagefile, Websites and SEO

We often get asked how to centralise a contact form. It’s really quick and easy. Go to My Websites > Pages > Edit Web Pages > select your Contact page. Beneath the first text area you will see “second text area; place it…”. Select “below everything (and centre-align the form)” in the dropdown box.

If you are a coder, you can also customise the CSS (Cascading Style Sheet). Go to My Websites > Customise Design > Site Layout > Embed Custom HTML/CSS. Below is an example code that will allow you to format the submit button the way that you want.

.tx1_pt12_submit_parent { text-align:center; }
.tx1_pt12_submit { min-width:100%; background-color:red!important; color:#ffffff!important; height:3em; font-size:150%; padding:0 30px; box-sizing:border-box}

You can see an example of a centralised contact form on the Triple Tripods website!