0

I'm having problem with my magentoGo site.

I have 3 divs inside a content which need a 100% width but I am having a problem with the other pages because the content is not centered. It needs to have a specific width so that the content will center on the page.

I tried position absolute of the 3 divs, give them width of 100%, left:0;, right:0; and a top which has a specific number so it is not overlapping to each other along with the footer

But after checking it the footer stick to the position where I placed in the home page and it not moving according to the content of the page.

Please help.

this is my site http://devozoo.gostorego.com/

tewathia
  • 6,890
  • 3
  • 22
  • 27
Alyssa Reyes
  • 2,389
  • 6
  • 27
  • 52

1 Answers1

0

Try:

margin: 0 auto;

as a style.

rjdunwoody91
  • 63
  • 1
  • 4