Tagged: x
-
AuthorPosts
-
November 22, 2016 at 2:03 pm #1267254
GRCoParticipantGood 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!
November 22, 2016 at 8:53 pm #1267674
FriechModeratorHi 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!
November 23, 2016 at 9:42 am #1268322
GRCoParticipantWow 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!
November 23, 2016 at 9:49 am #1268332
JoaoModeratorHi There,
Please add the following code to Appereance > Customizer > Custom > CSS
.p-meta { display: none; }Hope that helps
Joao
November 23, 2016 at 1:54 pm #1268585
GRCoParticipantCheers!
Thank you!!!
November 23, 2016 at 3:07 pm #1268647
JoaoModeratorYou are welcome,
Joao
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1267254 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
