Title: Grid View Lite Layout Issues
Last modified: August 21, 2016

---

# Grid View Lite Layout Issues

 *  Resolved [SigmatafDev](https://wordpress.org/support/users/sigmatafdev/)
 * (@sigmatafdev)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/grid-view-lite-layout-issues/)
 * Hi there
 * I am having a few issues with the Grid View Lite plug-in’s layout on my client’s
   page. Here is a link to the products page of the site for a better understanding
   of the issue:
 * [http://www.makem.co.za/products-page/](http://www.makem.co.za/products-page/)
 * As you can see if you follow the link, the boxes for the products don’t align.
   I have set the grid view to have 2 product columns per row. Technically the tops
   of the product boxes should align with the new row, in order to remain clean 
   even when some product boxes are larger than others. Right now it looks misaligned
   and messy and I have not even set any product thumbnails yet, so I know it can’t
   be that which is causing the issue.
 * Is there a way to fix this? Any feedback would be most helpful and appreciated.
 * Thank you for your time and effort in responding to my questions.
 * [http://wordpress.org/extend/plugins/wp-e-commerce-grid-view/](http://wordpress.org/extend/plugins/wp-e-commerce-grid-view/)

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

 *  [Mikey Arce](https://wordpress.org/support/users/mikeyarce/)
 * (@mikeyarce)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/grid-view-lite-layout-issues/#post-3739135)
 * hi [@sigmatafdev](https://wordpress.org/support/users/sigmatafdev/),
 * It looks like your plugin is adding some <p> tags below each item – which is 
   conflicting with some CSS rules in your theme.
 * currently each P tag has:
 *     ```
       1, h2, h3, h4, h5, h6, p, ul, ol {
       margin-bottom: 20px;
       ```
   
 * you need to add this to your custom CSS:
 *     ```
       .product_grid_display.group p {
       margin-bottom: 0px;
       }
       ```
   
 * Let me know how that goes!
 *  Thread Starter [SigmatafDev](https://wordpress.org/support/users/sigmatafdev/)
 * (@sigmatafdev)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/grid-view-lite-layout-issues/#post-3739210)
 * Thank you so much, [@mikeyarce](https://wordpress.org/support/users/mikeyarce/).
   You are a legend! That worked perfectly.

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

The topic ‘Grid View Lite Layout Issues’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-e-commerce-grid-view_f2e2d8.svg)
 * [WP e-Commerce Grid View](https://wordpress.org/plugins/wp-e-commerce-grid-view/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-e-commerce-grid-view/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-e-commerce-grid-view/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-e-commerce-grid-view/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-e-commerce-grid-view/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-e-commerce-grid-view/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [SigmatafDev](https://wordpress.org/support/users/sigmatafdev/)
 * Last activity: [13 years, 2 months ago](https://wordpress.org/support/topic/grid-view-lite-layout-issues/#post-3739210)
 * Status: resolved