Center position fixed horizontally

I also want that things on my site and I also use the https://stackoverflow.com/questions/33913339/center-position-fixed-horizontally but it was not work

body:after {
    content:"";
    width: 1000px;
    height: 100px;
    position: fixed;
    left: 50%;
    bottom:0;
    margin-left: -500px;
    background-color:green;
}

Now I have been need that for the article for my site that should be work on it as well.

Hi starcmitchell067, welcome to the forums!

Could you explain more clearly - perhaps with a diagram - what you’re trying to achieve?

2 Likes

Do you mean that you want to put text content into a fixed footer at the bottom of the page?

As Erik said we need a little more explanation as its not clear. The code you posted is not best code either these days.

2 Likes

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.