Embedding Image Next To Contact Form

Home Forums Automattic Forefront Embedding Image Next To Contact Form

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #107817 Resolve

    Sarah Jane Holden
    Member

    Hi again,

    Trying to embed an image next to the top four boxes of my contact form-it would fit right in there nicely-but I can only get it to display above the form. Any help you can offer with this?

    Thanks so much.

    The page I’m working on is:
    http://buildingblockssll.com/contact/

    The blog I need help with is buildingblockssll.com
    #138184

    Michelle

    Hi there,

    You can add an image directly to the post, right before the contact form code. Make sure the image is either left or right aligned, and that it is small enough for the boxes to flow around it.

    If you want the entire contact box to appear alongside the image, you can add the following CSS (after you have added an image that is either left- or right-aligned):

    .entry-content .contact-form {
    float: left;
    margin-top: -24px;
    }

    Change the float: left to float: right if you prefer the contact form to be on the right of the image.

    Let me know if you have any questions!

    #139417

    Kathryn P.
    Happiness Engineer

    Hi there – I’m just checking in to see if you got this sorted or whether you still needed any help. Just let me know, thanks!

    #140781

    Kathryn P.
    Happiness Engineer

    Hi there, I’m going to close this thread since it’s been a while since we heard from you, but feel free to start a new one if you need further help. Thanks!

Viewing 4 posts - 1 through 4 (of 4 total)

The topic ‘Embedding Image Next To Contact Form’ is closed to new replies.