Title: Grid list layout
Last modified: July 18, 2017

---

# Grid list layout

 *  [andrea302](https://wordpress.org/support/users/andrea302/)
 * (@andrea302)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/grid-list-layout/)
 * Hi, is it possibile to create a favorite posts list with grid layout?
 * Regards

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [Radwan Hallak](https://wordpress.org/support/users/rdwan-hlak/)
 * (@rdwan-hlak)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/grid-list-layout/#post-9329202)
 * yes of course, to display the list of favorite posts with grid, you have to edit
   css class called ( .favorites-list li ) in the file ( favorites.css ) in the 
   directory (wp-content/plugins/favorites/assets/css/) you will set the width and
   float, like:
 * .favorites-list li {
    zoom: 1; border-top: 1px solid rgba(0,0,0,0.2); padding:.
   75em 0; margin: 0; width: 20%; float: left; }
 *  Plugin Author [Kyle Phillips](https://wordpress.org/support/users/kylephillips/)
 * (@kylephillips)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/grid-list-layout/#post-9329813)
 * As mentioned above, this will be handled in your CSS.
 * You’ll want to add the styles in your theme though… updating the plugin will 
   overwrite any changes made to core plugin files.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Grid list layout’ is closed to new replies.

 * ![](https://ps.w.org/favorites/assets/icon-128x128.png?rev=1677726)
 * [Favorites](https://wordpress.org/plugins/favorites/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/favorites/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/favorites/)
 * [Active Topics](https://wordpress.org/support/plugin/favorites/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/favorites/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/favorites/reviews/)

 * 2 replies
 * 3 participants
 * Last reply from: [Kyle Phillips](https://wordpress.org/support/users/kylephillips/)
 * Last activity: [8 years, 10 months ago](https://wordpress.org/support/topic/grid-list-layout/#post-9329813)
 * Status: not a support question