Columns collapse in explorer

lars
6 Posts
lars posted this 02 June 2016

Hi,
This page works in chrome and firefox but not in explorer - http://www.gaerupvvs.dk/
The top columns collapse in explorer. It does not respect the width of the sheet.

What can I do here to avoid it?

Best regards and thanks

Lars

Hi, This page works in chrome and firefox but not in explorer - http://www.gaerupvvs.dk/ The top columns collapse in explorer. It does not respect the width of the sheet. What can I do here to avoid it? Best regards and thanks Lars
Vote to pay developers attention to this features or issue.
3 Comments
Order By: Standard | Newest
Support Team
Support Team posted this 02 June 2016

Hi,

Maybe the issue is related to how IE renders containers with the display:flex option. I suggest to add the following code under the Home >> Settings >> Additional CSS:

.bd-layoutcontainer-14
{
width:100%!important;
}

Sincerely,
Hella

Hi, Maybe the issue is related to how IE renders containers with the `display:flex` option. I suggest to add the following code under the Home >> Settings >> Additional CSS: .bd-layoutcontainer-14 { width:100%!important; } Sincerely, Hella
lars
6 Posts
lars posted this 02 June 2016

Super! Thanks Hella.
That did it.

Is there somewhere on your site where I can find such exceptions described.
It is like a needle in a haystack sometimes :)

regards
Lars

Super! Thanks Hella. That did it. Is there somewhere on your site where I can find such exceptions described. It is like a needle in a haystack sometimes :) regards Lars
Support Team
Support Team posted this 02 June 2016

Hi,

We do not have such exact documentation. But this issue is not a common one so it can be solved like this with contacting us.
Feel free to open a new ticket if you have any other issues.

Sincerely,
Hella

Hi, We do not have such exact documentation. But this issue is not a common one so it can be solved like this with contacting us. Feel free to open a new ticket if you have any other issues. Sincerely, Hella
You must log in or register to leave comments