• Resolved wbijlsma

    (@wbijlsma)


    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

    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

    (@marcochiesi)

    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.