I have columns not staying on same row (3 on top, 1 under them) when displayed on Internet Explorer
Based on a past post I did the following:
I added the following to the css global:
.ie $el.x-col { padding-left: 30px !important; padding-right: 30px !important; }
I then added same to each column and turned off wrap.
I then tested on IE but saw no changes.
Still broken.
What am I missing?
- please advise.