• Resolved shanibums

    (@shanibums)


    I’m having trouble getting images and galleries to fill the body of my content. All text will fill the 790px width, but something is automatically resizing my images to 620px. And I don’t know why. I’ve checked my CSS, and nothing is set to 620px. I’ve even set my Media Settings for both Medium and Large size max width to 790 px. I cannot figure out why WordPress is automatically changing all my image URLs to automatically resize=620.

    Please help. Thanks.

    https://www.shanibums.com/test/

Viewing 1 replies (of 1 total)
  • Thread Starter shanibums

    (@shanibums)

    I figured it out. I went to the functions.php and adjusted:

    if ( ! isset( $content_width ) )
    $content_width = 790;

    set_post_thumbnail_size( 790, 9999 )

Viewing 1 replies (of 1 total)
  • The topic ‘Images not filling full width of content page’ is closed to new replies.