Tagged: full width, middle, photo, post, single
-
AuthorPosts
-
June 13, 2013 at 5:13 pm #24769
Hello there,
why is the photo on the single post page (full width) not in the middle??
June 13, 2013 at 6:27 pm #124674Has no one a solution?
June 14, 2013 at 7:29 am #124675Hi,
Please add this on your custom.css
.big-preview {
display: block;
padding: 0 50px 10px 80px;
}Regards,
Ismael
June 14, 2013 at 11:18 am #124676Many thanks Ismael, it works great.
what can I do with photos in vertical format? (http://seegers-fotografie.de/schnittgut/)
I have another problem with the grid layout on the blog page. In Internet Explorer and Firefox the grid layout is displayed in the wrong dimension. With Google chrome is everything correct. (http://seegers-fotografie.de/blog/)
And my logo is displayed too large in Internet Explorer.
Where is the problem? I can´t find anything.
June 15, 2013 at 4:24 am #124677Hi,
1.) I suggest to use the same dimension for your images, I mean the same size. The alignment of the image depends on the left padding, it will be different for images with different width.
2.) To fix the blog grid image, please add this on your custom.css or Quick CSS
.attachment-portfolio.wp-post-image {
width: 100%;
}3.) For the logo, use this
.logo a img {
width: 350px;
height: 77px;
max-height: 77px;
max-width: 350px;
}Good thing you have a non-fixed header. :)
Regards,
Ismael
June 15, 2013 at 5:40 am #124678Wow, you’re awesome!
Can I add something, that my logo is displayed centered in the header? (left-aligned centered)
It could be placed a little bit lower.
Thanks for your support!
June 15, 2013 at 5:54 am #124679Hi!
Insert following code into the quick css field
.logo a img {
margin-top: 15px;
}Regards,
Peter
June 17, 2013 at 7:30 pm #124680Hi,
“To fix the blog grid image, please add this on your custom.css or Quick CSS”
.attachment-portfolio.wp-post-image {
width: 100%;
}
This code is working, but in Internet Explorer – Category Archive, i have the same problem. (http://seegers-fotografie.de/category/diverses/)
June 18, 2013 at 8:03 am #124681 -
AuthorPosts
- The topic ‘photo in single post page’ is closed to new replies.