• keysuuh

    (@keysuuh)


    I’ve read that it might be the screen resolution.
    &I understand how that goes but,
    other sites designs are positioned exactly where they’d like it to be.
    but the text just appears smaller or whatever in different resolutions.

    is there anything I can do to fix this?

Viewing 2 replies - 16 through 17 (of 17 total)
  • Thread Starter keysuuh

    (@keysuuh)

    No it was just different on another computer.
    at my mom’s house it was perfectly centered.
    But I visited my site from a different computer and the text and everything was SO small and the whole design shifted to the left.

    the margin: auto;
    worked and positioned it in the middle no matter what computer it is.
    but for some reason I can’t even position my footer correctly,
    or even style the footer how I want to.

    Its a simple thing. In your style sheet you have a code like this

    .post-cat { width: 438px; padding-left: 0px; padding-bottom:2px; float:left; font-size: 1.post-comments { background: url(images/mini-comments.gif) no-repeat; padding-left: 20px; float: right; font-size: 11px; }

    actually this should be 02 classes. You haven’t close the style properly and have a “1.”

    find this code and replace like this. BUT PLEASE TAKE A BACKUP of your style.css file first

    .post-cat { width: 438px; padding-left: 0px; padding-bottom:2px; float:left; font-size:11px;}
    .post-comments { background: url(images/mini-comments.gif) no-repeat; padding-left: 20px; float: right; font-size: 11px; }

Viewing 2 replies - 16 through 17 (of 17 total)
  • The topic ‘My website looks different On other computers,WHY?’ is closed to new replies.