• When I upload pictures onto my blog, the right side of them gets cut off. I’ve tried to increase the blog width and I can’t get it to work. Is there something I’m missing?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter sunshinebml

    (@sunshinebml)

    Here’s my blog https://www.biancamariephotography.com/Blog/.

    See all the pictures are cut off on the right side. I have used the Tofurious Soft Tofu 2.1 theme in my blog.

    in ‘admin’ ‘settings’ ‘media’ you can set a max size for the images, wordpress will then resize copies of your uploaded images. set the width for the large image to the availabe width in your post area.

    or you could try and change some width in style.css:
    (increased by 200px, this might be more than you need, and also i could have missed some):

    #logo {
    	height:100%;
    	width:1200px;
    	background:#333;
    }
    #banner {
    height: 100%; /*BANNER HEIGHT in case you want to change it*/
    overflow: hidden; width:1200px; background:#e9e6dd;
    }
    #main {
    	margin:0 auto;
    	width: 1200px;
    	padding:33px 0 20px;
    }
    .holder {
    	padding:20px 15px 20px;
    	width:1170px;
    	overflow:hidden;
    }
    #content {
    	width:1170px;
    	background:#fff;
    	padding:23px 15px 0px 15px;
    }
    .commentlist {width: 1130px;}

    good luck ??

    Thread Starter sunshinebml

    (@sunshinebml)

    Wow that was so easy. I went to the media link and resized the large picture size to a max of 900px. It’s fixed! Except this only works on future posts. Thanks so much for your help!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Pictures cut off’ is closed to new replies.