Hi,
I have noticed a problem on 3 cols layouts on safari and ipad.
http://hp.webstantly.com/ here if you look at my footer on safari or on ipad, the third column goes below.
It should not as my cols are
uk-width-large-2-10
uk-width-large-5-10
uk-width-large-3-10
And i already add this problem with a 3 col layout with equal columns, on another site, where i have fixed it changing the width manually.
Hey Alex,
You can not have the uk-grid
on the uk-container uk-container-center
. You must add an inner div
with the uk-grid
class wrapping your widgets 😉
Happy coding,
Thank you!
Didn't know that