• Resolved Scotty501

    (@scotty501)


    Hello,

    I am trying to place an image on the pages to the right of the jetpack contact form.

    When I do, it does not align properly and splits the form or moves the image to the bottom of the page.

    I guess it’s some kind of CSS – but I am not very good at CSS adjustments.

    Any help – page is here

    https://www.ads-software.com/plugins/jetpack/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Jeremy Herve

    (@jeherve)

    Jetpack Mechanic ??

    You’re correct; you can customize the look and placement of elements on your site with CSS.

    Try adding the following CSS code to your theme stylesheet, or to your custom CSS editor under Appearance > Edit CSS in your dashboard:

    .page-id-18 .contact-form {
    	width: 50%;
    	float:left;
    }
    .page-id-18 .entry-content img {
    	max-width: 50%;
    	float:right;
    }

    If you’re not familiar with CSS, you can have a look at this tutorial:
    https://www.htmldog.com/guides/css/beginner/

    Thread Starter Scotty501

    (@scotty501)

    Thanks with some tweaks that did it.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Jetpack Contact Form and Images on the same page’ is closed to new replies.