• Resolved Meg

    (@grovehousereno)


    Hi there!

    I’m having trouble getting our post photos to show the full width of the content area. Adjusting the image settings in the post editor (Image Size, Image Dimensions, centering, etc…) don’t seem to work so I assume it might be a theme issue? I have also tried adding “full-width” CSS class to the photos and that doesn’t do anything either. The photos are sized to 795px width and should be able to fill the content width. Any advice would be greatly appreciated! Thank you so much!

    The page I need help with: [log in to see the link]

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

    (@themeeverest)

    Hi @grovehousereno as far as I can see some of the images are too small to fill out the content area (776px), also Jetpack seems to have cause some of the issues.

    Adding following under appearance > customize > additional CSS:

    .entry-content img {
        width: 100% !important;
        max-width: 100% !important;
    }

    Should force your images to be full width, try that as well as disabling Jetpack ??

    Don’t forget to rate the theme if you like it!

    Have a great evening

    Thread Starter Meg

    (@grovehousereno)

    Your code totally fixed it! Thank you so much!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Trouble setting photos to full width’ is closed to new replies.