Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter MankinN

    (@mankinn)

    I managed to get the picture to show now by adding a field to the form. But now I want the picture to show next to the text. Can you help me how I can do this?

    thanks in advance!

    Plugin Contributor Chris Dillon

    (@cdillon27)

    Thanks, I’m glad you like it.

    First off, I apologize for the lack of documentation. Adding features has taken precedence for now.

    Add one of these to your theme’s stylesheet or custom CSS function.
    To put the photo on the left:

    .testimonial .photo {
      float: left;
      margin-right: 1em;
    }

    To put the photo on the right:

    .testimonial .photo {
      float: right;
      margin-left: 1em;
    }

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to show the featured image?’ is closed to new replies.