• kalifi

    (@kalifi)


    First, sorry for my english it’s not my native.

    I’m modifying kubrick theme. I would like to have just one post per ‘page’. I achieve this easy, but now as you can see here, when you walk through the post the whole page is moving left or right by round 5px. This doesn’t happen when I change
    this:
    #page {
    background-color: white;
    margin: 0px auto;
    padding: 0;
    width: 760px;
    border: 1px solid #959596;
    }

    to this:
    #page {
    background-color: white;
    margin: 0px 10px;
    padding: 0;
    width: 760px;
    border: 1px solid #959596;
    }

    in style.css. 10px is just an example. I’m using firefox.

    Any suggestion?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter kalifi

    (@kalifi)

    You can view the page that I’m talking about by clicking on my username, sorry.

    moshu

    (@moshu)

    Try to post without images and check whether it bevahes the same or not. If not, it might be something related to images (size?).

    Thread Starter kalifi

    (@kalifi)

    http://www.nooker.net/miro/blog/

    Here I’ve posted a different size of images and a different length of text. It seems to depend on the height of the poste contents.

    Could it be from the browser (firefox?).

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘help with css structure’ is closed to new replies.