• Resolved kzantinge

    (@kzantinge)


    Hi, I removed the sidebar on all .php files, now if you open a post with a single image in it, you can see a full size photo. However, if you go back to the blog page, you can see that all posts (images) are cropped, untill you open it, then only you will see a full size photo.

    I already changed the content/container width from auto to 900px, but the posts are still cropped in my blog. Here is what i’m talking about: http://www.karinazantinge.com/bloggie/

    Please help, I’m going nuts!! I really need the website running properly in a few days.

    greetings

Viewing 2 replies - 1 through 2 (of 2 total)
  • Try removing width: 600px; from:

    div.notable {
        float: left;
        overflow: hidden;
        width: 600px;
    }

    in the theme’s stylesheet.

    Thread Starter kzantinge

    (@kzantinge)

    OMG thanks so much!! I looked up so many posts, but never came across div.notable
    thanks!! 😀

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘PLS HELP- removed sidebar, adjusted width -but posts are still cropped.’ is closed to new replies.