Viewing 3 replies - 1 through 3 (of 3 total)
  • Can you show the source code? Did you add this image within the theme or within a post or page?

    If it was in the theme, assuming the code for that image is:

    <img src="picture.jpg">

    change that to:

    <div style="width: 100%; text-align: left">
    <img src="picture.jpg">
    </div>

    If that doesn’t work, respond with more details!

    Thread Starter xedok111

    (@xedok111)

    Thanks, it helped! But is it possible to move it more left. It is moved left but not enough.

    Sure! Between <div style=" and width:, insert margin-left: -20px;. Then change the number 20 until it’s where you want it.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘move picture on site’ is closed to new replies.