• Resolved revilo82

    (@revilo82)


    Hi,

    I created a first page with content: text and a picture (on the left hand side):

    I want that the picture is left-aligned with the text. What can I do?

    Code from the WP editor:

    [caption id="attachment_470" align="alignleft" width="191"]<img class="size-medium wp-image-470" src="https://www.tripaddicted.de/wp-content/uploads/2017/06/2017-06-24_125149-191x300.png" alt="google, maps, android" width="191" height="300" /> Screenshot von Google Maps auf dem Samsung S6[/caption]

    • This topic was modified 7 years, 5 months ago by revilo82.
    • This topic was modified 7 years, 5 months ago by revilo82.
Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author Takao Utsumi

    (@utsumit)

    Hi,

    I think your code work. How is it displayed?

    Thread Starter revilo82

    (@revilo82)

    Do u see the screenshot in my first post? It shows the situation with one picture. The title and post are left aligned very well. Only the picture is too much on the left side (outside of the left-aligned text/title).

    Theme Author Takao Utsumi

    (@utsumit)

    I understood the issue. Please add the following code to Customize > Additional CSS.

    .no-sidebar .alignleft {
    	margin-left: 0;
    }
    .no-sidebar .alignright {
    	margin-right: 0;
    }
    Thread Starter revilo82

    (@revilo82)

    Thanks Sir ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Pictures left to the text are outside of the body’ is closed to new replies.