Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #768546

    Hi,

    How can i make the second picture in the single post page linked in private, wider like the featured image is ? without changing the third picture width though, i want to maintain the picture original resolution without zooming it

    #768571

    Hey kilimats,

    Please, may you share the link that`s mentioning in the question?

    Best regards,
    John Torvik

    #768573

    John see private above

    #768576

    Hi,

    Please, may you share your WP credentials?

    Best regards,
    John Torvik

    #768578

    Sorry wecant at this time, do you need me to share some file like css ?

    #769899

    Hi kilimats,

    This rule limits content width:

    
    #top .fullsize .template-blog .post .entry-content-wrapper>* {
        max-width: 40em;
    

    and this one also

    
    #top .fullsize .template-blog .post .entry-content-wrapper {
        max-width: 800px;
    

    You might want to adjust those rules to a different size.

    Best regards,
    Victoria

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.