Title: How do I position cforms
Last modified: August 20, 2016

---

# How do I position cforms

 *  [mubai](https://wordpress.org/support/users/mubai/)
 * (@mubai)
 * [15 years ago](https://wordpress.org/support/topic/how-do-i-position-cforms/)
 * Hi All,
 * I’m trying to position my cform to the left and my address information to the
   right. It’s just not working the way I thought it would. I’m a real newbie to
   WordPress and beginner with HTML coding. I would greatly appreciate any help.
 * Here is the actual site: [http://www.shahconsultinggroup.com/contact-us](http://www.shahconsultinggroup.com/contact-us)
 * Here is the code.
    <right> <table border=”0″> <tbody> <tr> <td><!–cforms name
   =”Contact us”–></td> </tr> </tbody> </table> </right>
 * <right><h4>Shah Consulting Group</h4></right><right>Phone: 484.899.0SCG</right
   ><right>Phone: 484.899.0724</right>

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

 *  [silafu](https://wordpress.org/support/users/silafu/)
 * (@silafu)
 * [15 years ago](https://wordpress.org/support/topic/how-do-i-position-cforms/#post-2091484)
 * Replace your code with this:
 *     ```
       <div style="width:300px;float:left;position:relative">
       <h4>Shah Consulting Group</h4>
       Phone: 484.899.0SCG
       Phone: 484.899.0724
       </div>
   
       <div style="width:490px;float:right;position:relative">
       <!--cforms name="Contact us"-->
       </div>
       ```
   
 * See if it works.
 *  Thread Starter [mubai](https://wordpress.org/support/users/mubai/)
 * (@mubai)
 * [15 years ago](https://wordpress.org/support/topic/how-do-i-position-cforms/#post-2091485)
 * You are awesome! Worked like a charm. I just switched Left and Right and I’m 
   really happy with the outcome!
 * Thanks!

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

The topic ‘How do I position cforms’ is closed to new replies.

## Tags

 * [center](https://wordpress.org/support/topic-tag/center/)
 * [cform](https://wordpress.org/support/topic-tag/cform/)
 * [left](https://wordpress.org/support/topic-tag/left/)
 * [right](https://wordpress.org/support/topic-tag/right/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 2 replies
 * 2 participants
 * Last reply from: [mubai](https://wordpress.org/support/users/mubai/)
 * Last activity: [15 years ago](https://wordpress.org/support/topic/how-do-i-position-cforms/#post-2091485)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
