Hi guys
I know some of you are UIKit fans like me. I built a site recently using UIKit 3 and I'm having some layout issues on IE 11 and largest breakpoints.
You have to set quite a big resolution or have a large monitor to experience this as it only happens on largest breakpoints.
The main column in the above URL is successfully centered in most browsers except IE11.
On IE 11, it shifts to the right. Basically it's a DIV using the uk-width-expand selector and then I have a custom max width and a margin in there to centre the content horizontally.
Here's a simple CodeKit and JSFiddle of the issue
https://codepen.io/edenstudios/pen/qvWpGo
https://jsfiddle.net/EdenSt/auekfgqt/8/
Thanks
P