Hi, I would like to develop the following functionality.
1) A grid with logo's : https://cloudup.com/cEEJeiERrbH 2) When you click on a logo, a box with information appears underneath it, with the full width off the grid: https://cloudup.com/cYHF2y3Q2T9
Any idea how I can accomplish this with uikit?
Thanks
Bas
Hey Bas,
This is a pretty tricky thing to achieve as you can't really expect elements to be displayed that way on toggle. What I would suggest is to have to part that toggles inside the grid item and absolutely position it so that it overlays the other grid items and goes fullwidth.
Hope that helps,
Thanks Thierry, Will give that a try.
Bas