Hi Kyle,
They are all full width columns. I’m trying to get them to take up as much of the screen as possible.
I’ve started playing with @media to see if I can get specific width % based on browser size. The goal is to have 5 tiles for devices with 900px of width or more.
3 tiles for 700-900 and 2 for 450-700 and 1 for everything smaller.
If I set the width of every column to 1/6th I can trick the theme to displaying my intended design, but the Swift theme builder slows down big time, and moving tiles around is next to impossible.
Most edits are now being down by copying the code, and editing in dreamweaver, then pasting the code back in.
I think i’ve pushed the theme as far as it can go with custom css.