Tagged: x Author Posts January 18, 2017 at 3:52 pm #1335715 ChgrimParticipant https://www.topdownreviews.com/?s=takl Is there a way I can do 3 results across instead of one after another? Thanks Chris January 18, 2017 at 9:09 pm #1336123 Prasant RaiModerator Hello Chris, Thanks for writing in! You can add this under Custom > CSS in the Customizer: .search article { width: 33%; float: left; } Thanks. January 19, 2017 at 5:07 pm #1337447 ChgrimParticipant That worked, but I not have 3 across on mobile which is tiny 🙂 Is there a way to have it scale for mobile back to one? Thanks Chris January 19, 2017 at 9:40 pm #1337762 FriechModerator Hi Chris, Lets wrap the given css code with @media query @media (min-width: 768px) { .search article { width: 33%; float: left; } } Cheers! January 20, 2017 at 10:44 am #1338540 ChgrimParticipant That worked like a charm! Thanks so much!!! Chris January 20, 2017 at 11:49 am #1338619 RahulModerator Glad we were able to help you. Feel free to ask us again! Author Posts <script> jQuery(function($){ $("#no-reply-1335715 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script> Log In Username: Password: Keep me signed in Log In