• Hi,

    currently the images in postes are displayed with max. 711px. How can I change this to i.e. 800px or maybe 850px?

    Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Ben Sibley

    (@bensibley)

    Thanks for choosing Tracks!

    Please try the following CSS to increase the size of the images in the post content:

    .entry-content img {
      position: relative;
      left: -50px;
      max-width: calc(100% + 100px);
    }

    Copy & paste the code above into the “Custom CSS” section in the Customizer (Appearance > Customize), and it should take affect right away.

    Thread Starter MartinHG

    (@martinhg)

    Hi Ben,

    thanks for the quick answer and thanks for this great template! I really love it and the pro version makes it even better!

    The CSS lines work perfect. I just need now to adjust the width of the text according to the images, could you provide some CSS for this?

    Many thanks and best regards!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Change Image size in posts’ is closed to new replies.