Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1335715
    Chgrim
    Participant

    https://www.topdownreviews.com/?s=takl

    Is there a way I can do 3 results across instead of one after another?

    Thanks
    Chris

    #1336123
    Prasant Rai
    Moderator

    Hello Chris,

    Thanks for writing in!

    You can add this under Custom > CSS in the Customizer:

    .search article {
        width: 33%;
        float: left;
    }

    Thanks.

    #1337447
    Chgrim
    Participant

    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

    #1337762
    Friech
    Moderator

    Hi Chris,

    Lets wrap the given css code with @media query

    @media (min-width:  768px) {
    	.search article {
    	    width: 33%;
    	    float: left;
    	}
    }

    Cheers!

    #1338540
    Chgrim
    Participant

    That worked like a charm! Thanks so much!!!

    Chris

    #1338619
    Rahul
    Moderator

    Glad we were able to help you.

    Feel free to ask us again!

  • <script> jQuery(function($){ $("#no-reply-1335715 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>