• Already try all advises above and unfortunately nothing is working.

    footer goes a bite on right. funny thing that when i try to move it with margin i can see it straight and other users not.

    so now it is like this

    #footer {
    	clear: both;
    	margin: 0 auto;
    	max-width: 960px;
    	padding: 0 25px 0 25px;
    }

    site is https://www.machigling.org

    will really apreciate any help!!!

Viewing 1 replies (of 1 total)
  • Thread Starter millerinna

    (@millerinna)

    so now i change it to this and i can see it straight in my web-browsers (chrome, safari) and other users not.

    so now it is like this

    #footer {
        max-width: 838px;
        background-color: #F9F4D4;
        display: table;
        width: 88.1%;
        margin-bottom: 0 !important;
        margin-left: 269px;
        margin-right: 0 !important;
        margin-top: 0 !important;
        position: relative;
    }

    What i am doing wrong?
    Please help! will really – really apreciate any help!!!

Viewing 1 replies (of 1 total)
  • The topic ‘Center footer’ is closed to new replies.