Support » Fixing WordPress » 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

    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)
  • 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

    (@mubai)

    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.