Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1267254
    GRCo
    Participant

    Good Day!

    I would like search results page to be formatted the same as the shop page layout, when a term is entered in the search field. Currently, the results come back huge.

    Please advise how to change search results layout to be the same as shop page layout.

    URL is https://www.field-grade.com/webstore/

    Thank you!

    #1267674
    Friech
    Moderator

    Hi There,

    Thanks for writing in! You can add this under Custom > CSS in the Customizer.

    @media (min-width:  768px) {
    	.search-results .product {
    	width: 22%;
        float: left;
        overflow: hidden;
        position: relative;
        margin: 0% 4% 4% 0%;
        padding: 0;
    }
    .search-results .product:nth-child(4n) {margin-right: 0;}
    .search-results .product:nth-child(4n+1) {clear: both;}
    }

    There is an error somewhere on your Custom CSS, so add my code on top of your custom CSS for now until you find/fix that error.

    Cheers!

    #1268322
    GRCo
    Participant

    Wow Thank you so much! Great!

    Is there a way to remove the author and date that shows up below the title of the item?

    Click below link to see what I am referring to:

    https://www.field-grade.com/?s=melting

    Cheers!

    #1268332
    Joao
    Moderator

    Hi There,

    Please add the following code to Appereance > Customizer > Custom > CSS

    .p-meta {
        display: none;
    }

    Hope that helps

    Joao

    #1268585
    GRCo
    Participant

    Cheers!

    Thank you!!!

    #1268647
    Joao
    Moderator

    You are welcome,

    Joao

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