Help Center

Powered by Minitek FAQ Book
Loading...

No margin between items on grid view

BB
Brian BonettiPosted 7 years agoEdited 7 years ago
 Hi,
I discovered that the grid view of this component is not working fine on IE11 for my web site. There is not space/margin between items on the same row.
Thanks,
Brian
Loading...
0
#2094

3 answers

M
MinitekPosted 7 years agoModerator
Hi Brian,

Can you send me a screenshot? I don't have IE11 and I can't install it on Windows 10.
BB
Brian BonettiPosted 7 years ago
Hi,
the official demo is working fine but not in my web site.
Yesterday I added in localhost the follow rule(only for IE) and it works fine :

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
/* IE10+ CSS styles go here */

#regridart-866.mix-grid .mix, .gap{
margin-right:14px;
}
}


M
MinitekPosted 7 years agoModerator
Thank you for the feedback Brian. I appreciate it.

I will fix that in next version.