Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

how to center a position fixed element horizontally

left: 50%;
margin-left: -400px; /* Half of the width */
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #center #position #fixed #element #horizontally
ADD COMMENT
Topic
Name
6+2 =