I really like this footer template, and have implemented on my forum.
http://www.brassreview.com
However, when i view on my mobile device/iPad the 4th column hangs out on the right side. How can I fix this? I tried to narrow width to less than the following 1090px. but it did not display correctly.
Quote:
.footer1 .container {
width: 1090px;
margin: auto;
}
|
Any advice out there?