html - Footer needs to stickk to the sidebar at all widths in a responsive theme -


i using yahoo's purecss , trying create responsive site. facing issues. footer unfortunately, not aligning flush sidebar.

enter image description here

the jsfiddle here

the footer css

.footer { background: none repeat scroll 0 0 rgb(100, 100, 100); border-top: 1px solid #eee; font-size: 87.5%; margin-top: 3.4286em; padding: 1.1429em; clear: both; text-align: center; width: 100%; max-width: 800px; 

}

what's blocking expanding :

max-width: 800px; 

is mean not aligning flush sidebar ?


Comments

Popular posts from this blog

android - How to save instance state of selected radiobutton on menu -

python 3 IndexError: list index out of range -

IF statement in MySQL trigger -