How to make search page result look good and nicely stuffed

How to make search page result look good and nicely stuffed like newspapper as compared to this big box

Hi Rahul,

Thanks for writing in! You can style your search result pages by adding some CSS rules. For example, add the following CSS rules into your X -> Theme Options -> CSS area and see if that helps.

.search-results .entry-featured {
    width: 40%;
    float: left;
    margin-right: 1%;
}

You can further improve it with your own custom CSS rules as well.
Thanks!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.