Responsive Column length

Hi, I have a the starting of a responsive rebuild and I’m having some trouble getting columns to layout properly. The dev page is dev site and you will see that my footer columns are all out of sorts with the third column of the footer dropping to the third line. You will also see that my nav stars before the logo. Any help appreciated here. Thanks

Hey there. It’s just basic math that’s screwing up the footer columns. You set each column to 32.26% width, and then another 2.5% margin (left) which adds to the width.

So 32.26+2.5 = 34.76. 34.76*3 is over 100%. You need that width changed to 31.66% to make the math add up.

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.