help with widgitized multi column footer
Hello! Sorry for bad english.
I test this :
http://docs.appthemes.com/tutorials/...column-footer/
With the code
#custom-footer .cf-inner {
margin: 0 auto;
text-align: left;
width: 990px;
}
It works perfectly on PC, but not on mobile device.
So, I try this
#custom-footer .cf-inner {
margin: 0 auto;
text-align: left;
width: 100%;
}
Works perfectly on mobile device, but on PC, it(s align on the left, not center.
3 column 100%.jpg
Any help please!