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
Hey kilimats,
Please, may you share the link that`s mentioning in the question?
Best regards,
John Torvik
John see private above
Hi,
Please, may you share your WP credentials?
Best regards,
John Torvik
Sorry wecant at this time, do you need me to share some file like css ?
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