elements are not centered aligned inside the wrapper and when I set the width of the wrapper it goes out of the browser width..any solution?

#footer .wrapper{
  background:red;
  margin:0 auto;
  position:relative;
  max-width: 1024px;
  width: 100%;
  height: 192px;
  font-size:a
}

you may not set a determined width

Leave a Comment