cxed
0
Q:

center a fixed div horizontally

// you dont need to know the divs dimensions and it does not require any container divs
position: fixed; 
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
0
left: 50%;
transform: translateX(-50%);
0
left: 50%;
margin-left: -400px; /* Half of the width */
0

New to Communities?

Join the community