Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1066708
    Alex A
    Participant

    My search results for my products appear as a single column stream of images.

    This is how they appear now search results now

    This is how I want the results to appear. Only search products and show in a 2 column responsive grid: Search Results Desired

    This is my website: http://alxagency.com/urbancircusevents

    How would I be able to achieve this?

    #1067089
    Rupok
    Member

    Hi there,

    Thanks for writing in! It would be a bit tricky but you can try adding this under Custom > CSS in the Customizer.

    @media only screen and (min-width: 980px) {}
    .search-results .x-main article {
      float: left;
      margin-right: 2%;
      width: 48%;
    }
    }

    Hope this helps.

    Cheers!

    #1068341
    Alex A
    Participant

    Thank you! This works great.

    #1068356
    Joao
    Moderator

    Glad to hear it.

    Let us know if we can help with anything else.

    Joao

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