Home › Forums › Gillion Theme › Search page styling
Home › Forums › Gillion Theme › Search page styling
Hi,
how to change posts listing display on SEARCH page? I have masonry grid with some sidebarĀ . I’d like to have the same appearance as on CATEGORY page – please take a look here.
Thanks!
Solution for this topic
I hope you are well today and thank you for your question.
You can display it full width by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
.search-results #sidebar { display: none; } .search-results #content { padding: 0; width: 100%; } .search-results .blog-style-masonry article { width: 33.3%; }
To display it exactly the same as archive page, you have to develop custom code in the child theme of Gillion theme.
Developing custom code for custom functionality is beyond the scope of support that we provide here.
If you are not a developer then you can consider hiring a developer to develop it for you. You can hire a developer from any freelance site. Shufflehound recommends the developer https://www.upwork.com/freelancers/~011652ffec8865c6d5
Best regards,
Shufflehound team
Thanks! It looks very well š
Thanks! It looks very well š
You are always welcome here š