ashleybush26
-
Help with Small Screen Columns
Ahhh!! got it! Thanks to you guys! Rmoved those span6's and floated the images and added the width to the new override class they have instead of span6. Sorry, I'm an idiot I guess - couldn't get that to work before.. many thanks, man…
-
Help with Small Screen Columns
Wait, okay.. so I should remove all the span classes in the html and give them all their own names.. but then how do I tell something to span the 6 columns? just go find the span6 percentage and but that width on each class? Sorry, like I said I…
-
Help with Small Screen Columns
yeah I know, that's what I did - I gave span6 img a different width, but the container is still the same width. the problem is that I can't give it a different class cause then it will change the desktop view.
-
Help with Small Screen Columns
but I need it to be span6 in desktop view. In mobile view I need those 2 span6 containers to be different widths, but the same width in desktop..
-
Help with Small Screen Columns
Ok, so it's doing something weird because I need span6's to be 100% width in mobile view, but on desktop I need them to be ~50%, but the images within those span6's are in rows and also span 6 bc there's 2 of them - which is caus…
-
Help with Small Screen Columns
yeah I tried that, and then everything stacks 1 column instead of 2 for some reason :/ I don't know if it's a bootstrap thing or something I'm doing wrong.. Also - thanks Paulie D!
-
Help with Small Screen Columns
It's Twitter Bootstrap, it's telling it to span 6 of the 12 columns, and then for the small view media query css it tells it that .span6 { width:100%; }