Andreas Burg

Results 140 comments of Andreas Burg

> you would run into that problem regardless of the grid system you use. Not with a flex grid. I have full control over the markup and CSS. But I'm...

Did you try to put different paddings inside the media queries? ``` css *[class^='grid-'] { padding-left: 20px; padding-right: 20px; } @media (max-width: 767px) { *[class^='mobile-grid-'] { padding-left: 10px; padding-right: 10px;...

Yes. Schaue ich mir gerade an.

Maybe you simply can put a class to the main slickQuiz container after it started. "quiz_started".

Simply use CSS media queries to achieve this. https://developer.mozilla.org/en-US/docs/Web/Guide/CSS/Media_queries

Ah, ok I see. If you're not using responsive-nav.js you should not run responsive-nav.js to manage that. It's easier by changing/adding/removing a class after a click event. You will get...

Typically you store a state to a cookie but don't know if that's possible with the core of SlickQuiz. A way with more effort is to build a user management...

@jewlofthelotus should know more about this.

> @valstu How about support for multi-toggle with active parent links? Something like this: http://codepen.io/micahgodbolt/full/czwer :100: We badly need such a solution, otherwise we can not open parent pages. So...