Support » Fixing WordPress » I want wider pictures

  • Hi,

    I have a blog http://www.beautybytanci.se and when I upload pictures if they are to big they dont look good. They become extended from top to botton. I don´t know how to explain it but they look like “pressed together” on their width. So I would like to make some more room for the pictures by making the space where I post my pictures a bit wider.

    I also have another question. WHen I post a picture there is ALWAYS a frame that I have to remove in “advanced”. I want to remove it forever. How do I do?

    Please help!

Viewing 1 replies (of 1 total)
  • To widen your picture space, try adding this to the end of style.css:

    .left-sidebar #content {
        width: 70.4%;
    }

    Adjust the width as necessary. I have not looked at the results of this on all pages, so it may cause some pages to display incorrectly.

Viewing 1 replies (of 1 total)
  • The topic ‘I want wider pictures’ is closed to new replies.