Search page styling

Home Forums Gillion Theme Search page styling

Home Forums Gillion Theme Search page styling

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    RESOLVED Posts
  • przyzielonymstole
    Participant

    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

    Hi @przyzielonymstole,

     

    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

    przyzielonymstole
    Participant

    Thanks! It looks very well 🙂

    przyzielonymstole
    Participant

    Thanks! It looks very well 🙂

    You are always welcome here 🙂

Viewing 5 posts - 1 through 5 (of 5 total)