Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

margin auto not centering

#sponsors{
margin:0 auto; // left margin is auto, right margin is auto , top and bottom margin is 0 set
width:1000px; // define your width according to your design 
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #margin #auto #centering
ADD COMMENT
Topic
Name
6+9 =