Title: Text align with picture
Last modified: September 18, 2016

---

# Text align with picture

 *  Resolved [wbijlsma](https://wordpress.org/support/users/wbijlsma/)
 * (@wbijlsma)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/text-align-with-picture/)
 * Hello all,
 * I try to make a piece of text with a picture. I want the picture to be at the
   same height as the point where the test starts. See example below.
 * [http://www.knowledgefornature.nl/over-ons/#Organisatie](http://www.knowledgefornature.nl/over-ons/#Organisatie)
 * You see a picture (of me) with “Naam: Werner Bijlsma” next to it. But the “Naam:
   Werner Bijlsma” is a bit higher than the picture. How can I solve that?
 * With kinde regards,
    Werner

Viewing 1 replies (of 1 total)

 *  Plugin Author [Marco Chiesi](https://wordpress.org/support/users/marcochiesi/)
 * (@marcochiesi)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/text-align-with-picture/#post-8197043)
 * Hi Werner,
    your question is out of the scope in this plugin support froum, as
   it’s a merely a CSS matter. You should change (or override) CSS rules included
   in yout theme’s style.css. Specifically the rules is the following:
 *     ```
       .alignleft {
           display: inline;
           float: left;
           margin: 18px 18px 18px 0;
       }
       ```
   
 * You should change the margin.

Viewing 1 replies (of 1 total)

The topic ‘Text align with picture’ is closed to new replies.

 * ![](https://ps.w.org/black-studio-tinymce-widget/assets/icon.svg?rev=2627604)
 * [Black Studio TinyMCE Widget](https://wordpress.org/plugins/black-studio-tinymce-widget/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/black-studio-tinymce-widget/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/black-studio-tinymce-widget/)
 * [Active Topics](https://wordpress.org/support/plugin/black-studio-tinymce-widget/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/black-studio-tinymce-widget/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/black-studio-tinymce-widget/reviews/)

## Tags

 * [alignment](https://wordpress.org/support/topic-tag/alignment/)
 * [picture/](https://wordpress.org/support/topic-tag/picture/)
 * [text](https://wordpress.org/support/topic-tag/text/)

 * 1 reply
 * 2 participants
 * Last reply from: [Marco Chiesi](https://wordpress.org/support/users/marcochiesi/)
 * Last activity: [9 years, 7 months ago](https://wordpress.org/support/topic/text-align-with-picture/#post-8197043)
 * Status: resolved