• 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 15 replies - 1 through 15 (of 17 total)
  • Thread Starter keysuuh

    (@keysuuh)

    here is my site :
    https://imkeysa.com/

    I’m on my mum’s pc at the moment and it looks how i want it to.
    but when I go to my house the whole layout is positioned to the far left…instead of in the middle which is how I originally had it.
    *sigh*

    hi do like this. I’m writing this hoping that you know little bit of css.
    Edit your style.css code as follows. (find the #page and #top id’s and replace them.
    #page { margin:auto; width: 910px;}
    #top {
    border-top: 5px solid #000000;
    height: 100px;
    position: fixed;
    top: 0;
    width: 910px; margin:auto;
    }
    (take a backup of your style.css file before doing changes. always a good practice if you are a budding developer)

    Thread Starter keysuuh

    (@keysuuh)

    I did exactly that. I wasn’t able to do a backup of my style.css
    But I was wondering why my li and ul text went back to their default with the bullets on the side. I had them normally set without a bullet.
    also, the footer at the bottom had a colored background, now it has no color at all, but i still have the code there though.
    I’m a newbie, I’m sure you can tell.
    So I don’t know what I can do to fix it -__-

    Thread Starter keysuuh

    (@keysuuh)

    &my footer usually is automatically at the bottom no matter how many posts I have. but now it seems to be staying underneath the recent comments. &I don’t want that :/

    Thread Starter keysuuh

    (@keysuuh)

    One last thing,
    my custom fonts don’t work.
    the top links are suppose to be BullPen font but ever since i replaced the code they stopped working.

    opps.. i think you have deleted some of your code ie: #sidebar, #footer…. are you the one who wrote the the css. Or at least do u have the original layout. I’ll try to help you. Or see whether you have the backup of your files in the Host server. Normally they have.

    Thread Starter keysuuh

    (@keysuuh)

    hmm it seems i still have the #footer code.
    i used the glossyblue template
    https://www.ndesign-studio.com/wp-themes/glossyblue

    Thread Starter keysuuh

    (@keysuuh)

    as you can tell as of now my style sheet is a mess. but i’m looking forward to fixing it up after I get my site the way I want it to look. So please excuse the messiness Lol.

    Thread Starter keysuuh

    (@keysuuh)

    I still need help!

    paste your index.php, header.php, footer.php and style.css files code in a paste code sites and give me the link together with a screen shot of your original design. I’ll try do fix this.

    Thread Starter keysuuh

    (@keysuuh)

    can you recommend a code site…? O_o

    Thread Starter keysuuh

    (@keysuuh)

    style sheet : https://ideone.com/t0Rs9

    Thread Starter keysuuh

    (@keysuuh)

    Thread Starter keysuuh

    (@keysuuh)

    are you going from browser to browser? firefox to IE for example. if so is the layout looking squiffy in IE but ok in firefox?

    IE is a pain in the dangly bits for web design.

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