Tagged: x Author Posts February 11, 2017 at 11:13 am #1367089 Kalle JohanssonParticipant Hi. I have an array of small cards symbolising various topics, see http://klimatriksdagen.se/motionssida-2/#amnen (you will need a password which is provided below). They look fine on the computer, but when shrinking the screen width, they line up as a single vertical column, although there is place for at least two cards side by side. How do I modify the CSS to make the cards line up in the desired way? February 11, 2017 at 11:15 am #1367090 Kalle JohanssonParticipant This reply has been marked as private. February 11, 2017 at 12:06 pm #1367119 Kalle JohanssonParticipant Sorry – I solved it, sort of. If you have a better solution, I’d be glad to hear. I named the card section “amnen” and … @media (max-width:767px) and (min-width: 500px) { #amnen { column-width: 200px; } } @media (max-width:600px) { #amnen { column-width: 150px; } } February 11, 2017 at 10:45 pm #1367546 ChristopherModerator Your code works fine on my end too. Author Posts <script> jQuery(function($){ $("#no-reply-1367089 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script> Log In Username: Password: Keep me signed in Log In