• Resolved buster13

    (@buster13)


    Customize > Blog > Single
    E.g. if I set ‘Narrow Container Width’ to 700, the featured image width remains unchanged at max ‘Content Width’.
    Featured image should follow the narrow container width.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Branko

    (@brankoconjic)

    The theme is designed so that the maximum width of a featured image does not exceed “Content Width”. If you upload a smaller image it will not be stretched.

    Thread Starter buster13

    (@buster13)

    If i set my narrow width to 700px
    the featured image width remain at content width
    so the page become like this

    [ — featured image — ]
    xxxx xxxxx
    xxx xxx x
    xxxx xx xx
    xxxxx xx x

    I will be nicer I think if the featued image follow content width like this
    [featured]
    xxxx xxxxx
    xxx xxx x
    xxxx xx xx
    xxxxx xx x

    Branko

    (@brankoconjic)

    @buster13,

    You can do that by adding the following CSS to “Additional CSS” field in Appearance » Customize:

    .single-post .entry-media img {
      max-width: 700px;
    }
    Theme Author sinatrateam

    (@sinatrateam)

    Resolving this issue.

    Thread Starter buster13

    (@buster13)

    Thank you.

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

The topic ‘Featured image width does not match Narrow Container Width’ is closed to new replies.