Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #24769

    Hello there,

    why is the photo on the single post page (full width) not in the middle??

    http://seegers-fotografie.de/aufmerksam/

    #124674

    Has no one a solution?

    #124675

    Hi,

    Please add this on your custom.css

    .big-preview {
    display: block;
    padding: 0 50px 10px 80px;
    }

    Regards,

    Ismael

    #124676

    Many 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.

    #124677

    Hi,

    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

    #124678

    Wow, 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!

    #124679

    Hi!

    Insert following code into the quick css field

    .logo a img {
    margin-top: 15px;
    }

    Regards,

    Peter

    #124680

    Hi,

    “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/)

    #124681

    Hi,

    Can you give us a screenshot of what it looks like on IE?

    It looks fine on my end. :)

    Regards,

    Ismael

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘photo in single post page’ is closed to new replies.