This topic has 7 replies, 2 voices, and was last updated 9 years, 4 months ago ago by Eva Kemp
Hi,
I am trying to work out the best width for blog images, it must be over 1100px ?
Hello,
On our demo site images are uploaded with dimensions 1200px × 470px for blog posts.
Regards,
Eva Kemp.
Thanks Eva.
I notice that on my blog posts the image has a left margin of about 20-30px from the left?
can this go the full width to match the content below?
Eva,
Please see image issue on the blog post I have put within the private content, you will see that it is 30px approx from the left.
on the main blog page all images are aligned correctly.
Thanks
Hello,
Please add this code in child style.css file:
.post-single .wp-picture {
text-align: left;
}
Regards,
Eva Kemp.
Ok thanks, but that wmight then reduce the width of the whole image so it will be short on the right?
How can the blog image width be made bigger?
Hello,
Try to use this code to make the image bigger:
.post-single .wp-picture img {
width: 100% !important;
}
Regards,
Eva Kemp.
You must be logged in to reply to this topic.Log in/Sign up