CSS bug: conflict with tablet_grid=100
-
1. Create two columns set to
lgc_column grid="50" tablet_grid="100" mobile_grid="100"
.
2. Use browser’s developer tools to set browser width to 1025px.Result: the columns are both 50% width but the floats are cleared. This results in two 50% width columns stacked on top of each other.
- The topic ‘CSS bug: conflict with tablet_grid=100’ is closed to new replies.