BEST BLOG IMAGE SIZE? - by Jimbo - on WordPress WooCommerce support

This topic has 7 replies, 2 voices, and was last updated 8 years, 9 months ago ago by Eva Kemp

  • Avatar: Jimbo
    Jimbo
    Participant
    July 17, 2015 at 12:46

    Hi,

    I am trying to work out the best width for blog images, it must be over 1100px ?

    6 Answers
    Avatar: Eva
    Eva Kemp
    Support staff
    July 17, 2015 at 12:51

    Hello,

    On our demo site images are uploaded with dimensions 1200px × 470px for blog posts.

    Regards,
    Eva Kemp.

    Avatar: Jimbo
    Jimbo
    Participant
    July 17, 2015 at 12:58

    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?

    Avatar: Jimbo
    Jimbo
    Participant
    July 17, 2015 at 13:09

    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

    Please, contact administrator
    for this information.
    Avatar: Eva
    Eva Kemp
    Support staff
    July 17, 2015 at 13:18

    Hello,

    Please add this code in child style.css file:

    .post-single .wp-picture {
      text-align: left;
    }

    Regards,
    Eva Kemp.

    Avatar: Jimbo
    Jimbo
    Participant
    July 17, 2015 at 13:30

    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?

    Avatar: Eva
    Eva Kemp
    Support staff
    July 17, 2015 at 15:39

    Hello,

    Try to use this code to make the image bigger:

    .post-single .wp-picture img {
       width: 100% !important;
    }

    Regards,
    Eva Kemp.

  • Viewing 7 results - 1 through 7 (of 7 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.