• Hello once again! ๐Ÿ™‚

    The page I need help with again is

    I would like to ask if there is a way to align the main post image to the text area below it. i.e. to make the image have the same width as the “entry-content” section.

    The second thing is that I don’t quite understand how the image scaling works here. Is there a way to stop the image from cropping?

    Thank you in advance! ๐Ÿ™‚

    Marcin

Viewing 1 replies (of 1 total)
  • Hi Marcin,

    I would like to ask if there is a way to align the main post image to the text area below it. i.e. to make the image have the same width as the โ€œentry-contentโ€ section.

    You can do that by adding this CSS:

    .single .entry-thumbnail {
        width: 624px;
        margin: 0 auto;
    }

    When you use it, don’t edit the theme files directly, otherwise your changes will be overwritten every time the theme is updated.

    An easy way to add custom CSS is to use the CSS editor included in the Customizer as of WordPress 4.7. Head to Appearance > Customize > Additional CSS to add your custom CSS.

    Is there a way to stop the image from cropping?

    For this, are you wanting to stop the cropping only on the single post view? (example)

Viewing 1 replies (of 1 total)

The topic ‘Post image scaling and alignment.’ is closed to new replies.