• Resolved will_pigeon

    (@will_pigeon)


    the following page http://www.cranihum.com/contact/ I have two columns, one with the address and the other with a google map. try as I might I am not able to get the two to align in height.

    Here the code for the page:

    [column width="25%" padding="5%]
    
    Pink Pigeon Ltd
    
    34- 35 Berwick Street
    
    Soho
    
    London
    
    W1F 8RP
    
    Tel: 020 7439 3266
    
    <a href="mailto:info@pinkpigeon.net" target="_blank">info@pinkpigeon.net</a>
    [/column]
    [column width="75" padding="5%]
    <iframe width="600" height="300" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.com/maps/ms?hl=en&ie=UTF8&msa=0&msid=111370100016196698099.00047fbb7754dff70c8a1&ll=51.514525,-0.135527&spn=0.005341,0.012832&z=15&output=embed"></iframe>
    [/column]
    [end_columns]
    <br />
    [contact-form 1 "Contact form 1"]

    thank you

Viewing 2 replies - 1 through 2 (of 2 total)
  • You need to get rid of the <br /> tag between the left & right columns in the final markup and again before the iframe. Place the iframe inside a <div></div> instead of letting WP add paragraph tags and remove all top margins.

    Thread Starter will_pigeon

    (@will_pigeon)

    thank you, it worked

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘alignment question’ is closed to new replies.