• Resolved Nicole

    (@mybeautycravings1)


    Hi there, all my images are not occupying the allowable width. If you refer to https://www.mybeautycravings.com, you’ll see that all my images have white empty spaces on the right.

    This is despite the fact that the photos are submitted in “large” format and the photo resolution during in the media is high. Would anyone be able to help me with this, as i’m not too technically-inclined?

    Thanks a lot.

Viewing 7 replies - 1 through 7 (of 7 total)
  • I would be trying something like the following with css

    .entry-content img {
    min-width: 100%;
    }
    Thread Starter Nicole

    (@mybeautycravings1)

    Hi Asylum119, I don’t exactly know how to use CSS. Would you be able to guide me on where to add the above format? Thanks.

    The evolve theme has a section for you to add custom css which can be found in your admin panel under Appearance –> Theme Options –> Custom CSS

    If you plan on doing lots of customisation then a child theme may be the way to go.

    Thread Starter Nicole

    (@mybeautycravings1)

    Wow. Thanks, Asylum119. It works beautifully for most of my images! I really appreciate your help and response. ?? THANK YOU!

    interesting that it did not affect all the images, you could always play around with more css to see if you can get the other images to play nice.

    .entry-content .wp-caption {
    min-width: 100%;
    }

    Thread Starter Nicole

    (@mybeautycravings1)

    Maybe some of my image was not big enough. But it’s working well for most of the images, and I’m happy. Thanks.

    Thread Starter Nicole

    (@mybeautycravings1)

    Hi there, the above works well for my posts. However, it blew up thumbnails or ‘images that’s meant to be small’ on my pages. For instance, if i include a gravatar on one page, it’ll blow up and be in really poor resolution, like this page:

    https://www.mybeautycravings.com/forums/topic/best-liquid-foundation/

    Will anyone be able to assist? Thanks in advance.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘How to extend my image such that it fills the allowable width?’ is closed to new replies.