Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- The topic ‘Padding 0 at empty grid row cells’ is closed to new replies.
Hi Kriesi team,
I was wondering if there is a function to set the padding 0 for empty grid row cells for mobile.
Because in the mobile view the cells are placed beneath each other. When this happens the empty cells will show a white space.
Greets Mark
Problem solved:
I set the padding 0 for all the cells. And add a whitespace element to add a padding inside a cell.
Thanks.