Grid object doesnt leave space for right margin
Hi
Here's the structure of the page:
mobilecontainer: 0 padding on left and right
-- mobilegrid: 15px each for left and right margin, 100% width, 3 columns
----mobilegridcell: each column has width set to auto, 2 px padding left and right
-------label: each cell has a label with 0 margin on all sides
The left edge of the grid starts at 15 px as specified for its left margin, but it ignores the right margin and the right edge touches the right border of the page.
How do I get it to stay inside the right margin?
Thanks