Tagged: x
-
AuthorPosts
-
May 18, 2016 at 6:02 pm #998282
bigmelloParticipantHi there
I am using Icon stack with Woocommerce. I’d like to change the formatting of the ‘search results’. At the moment the product search results are full width and much to large for my design style.
https://theme.co/x/demo/shop/icon/?s=band
How can I edit the formatting? In particular, the size of the product image and removing the date (irrelevant to my products).
Ideally I’d like the search results to show like a the shop grid layout.
https://theme.co/x/demo/shop/icon/
Thanks in advance.
MattMay 18, 2016 at 10:37 pm #998725
DarshanaModeratorHi there,
Thanks for writing in! You can add this under Custom > CSS in the Customizer.
.search-results .p-meta { display: none; } .search-results .entry-featured { float: left; margin-right: 1%; width: 20%; } .search-results .entry-title { font-size: 180%; }Hope that helps.
May 19, 2016 at 3:09 am #998987
cityprintParticipantThanks. That removed the date. Now how can I center align everything?
I tried float: middle and float: center
Thanks
May 19, 2016 at 3:52 am #999029
Rue NelModeratorHello There,
There is no such thing as
float: center. You can try this instead:.search-results .entry-featured { float: none; margin-left: auto; margin-right: auto; width: 20%; }Hope this helps.
May 20, 2016 at 5:42 pm #1002201
bigmelloParticipantThanks so much, that worked. 🙂
May 20, 2016 at 10:37 pm #1002550
DarshanaModeratorGlad we were able to help 🙂
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-998282 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
