Closed GrantBartlett closed 3 years ago
Thank you for the PR!
Shouldn't it be col-md
to target devices below 768px? IIRC col-lg
targets devices below 992px
Can you adjust the CartBox as well in a separate PR to the ti-ext-cart repo.
@GrantBartlett Any updates?
Purpose
Devices between 576px and 768px were quite tight in terms of layout. This is only taking into account the default seeded data too. If you had long category names its likely going to cause you more issues.
Changes
Overall this only really changes the breakpoint at which the layout collapses down, replacing the $sm to $lg.
Below is a screenshot comparison, on the left is 576px and on the right is 768px.
Before (Theme as it currently stands)
After (With changes applied)