rfourt Posted September 29, 2016 Share Posted September 29, 2016 (edited) Hi guys.im struggling with the col-md-3 xs-12-sm-4 thingy.As of now in default bootstrap theme for PS 1.6x There is only one product per row on mobile devices.I would like to change that to at least 2 but perhaps test also 3..Anyone has any clue?Ive tried to find some info on the " col-md-3 xs-12-sm-4 thingy." but cant find any documentation about that.Have a great day.Thank you.-/Rickard Edited October 2, 2016 by rfourt (see edit history) Link to comment Share on other sites More sharing options...
c64girl Posted September 29, 2016 Share Posted September 29, 2016 Change xs-12 to xs-6 it will be half. But You need to code css to change fonts and images in product to be smaller too. Link to comment Share on other sites More sharing options...
rfourt Posted September 30, 2016 Author Share Posted September 30, 2016 Change xs-12 to xs-6 it will be half. But You need to code css to change fonts and images in product to be smaller too. Ah thank you. Yea ofc.. i will make some responsive css under 768 or the width thats needed. Thnx again. PS: you, or anyone else know where i can find some documentation about the xs-12 and md-3 etc.? i mean what they mean how they basically function.. Link to comment Share on other sites More sharing options...
rocky Posted October 1, 2016 Share Posted October 1, 2016 They are used to define the widths at various resolutions in 12ths. For example, xs is for mobile (width up to 767px), sm is for tablet (width up to 991px), md is for desktop (width up to 1199px) and xl is for high-resolution desktop (width 1200px and above). For example, class="col-xs-12 col-sm-4 col-md-3" would make the width 12/12 (full width) on mobile, 4/12 (1/3 width) on tablet and 3/12 (1/4 width) on desktops. Link to comment Share on other sites More sharing options...
rfourt Posted October 2, 2016 Author Share Posted October 2, 2016 They are used to define the widths at various resolutions in 12ths. For example, xs is for mobile (width up to 767px), sm is for tablet (width up to 991px), md is for desktop (width up to 1199px) and xl is for high-resolution desktop (width 1200px and above). For example, class="col-xs-12 col-sm-4 col-md-3" would make the width 12/12 (full width) on mobile, 4/12 (1/3 width) on tablet and 3/12 (1/4 width) on desktops. Ah ok thank you for this explaination. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now