Hi Tilli,
Can you provide a url so I can inspect it?
Have you tried center alignment of the full size image?
I added center alignment to the image but nothing happened.
here is the url: http://d29787328.u107.surftown.se/
It looks like it’s working correctly. Do you intend to have the image span the width of the white content area with no margins on the left or right side?
Yes, I want the picture to look like in this demo: http://webtuts.pl/test/story/
The picture has no margins and it’s located above the title of the post.
thanks!
The demo picture is done by setting a featured image for the post. When you are writing a new post, you can set a featured image for that post by using the panel marked “Featured Image”. You’ll find the panel on the right side of the screen near the bottom of the editing screen, below the panels “Tags” and “Categories”.
To make the featured image span across the entire area, without margins, get a custom CSS plugin and try:
.entry-media img {
width: 100%;
}
Thanks a lot, that solved it!