Title: Need Help with Post Grid
Last modified: December 7, 2021

---

# Need Help with Post Grid

 *  Resolved [Varun Pahwa](https://wordpress.org/support/users/varunpahwa/)
 * (@varunpahwa)
 * [4 years, 5 months ago](https://wordpress.org/support/topic/need-help-with-post-grid/)
 * Hi Team Visual Portfolio,
 * Your plugin is great and offers a lot of invaluable features. However, I am stuck
   with one problem, could you please let me know how can I display posts in cards
   format like this:- [https://prnt.sc/224vy7o](https://prnt.sc/224vy7o)
 * I just need the shadow effect along with that card borders. Nothing more, nothing
   less.
 * I don’t know CSS, any help would be much appreciated!
 * Thanks & Regards,
    Varun

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

 *  Thread Starter [Varun Pahwa](https://wordpress.org/support/users/varunpahwa/)
 * (@varunpahwa)
 * [4 years, 5 months ago](https://wordpress.org/support/topic/need-help-with-post-grid/#post-15139018)
 * Also, please make sure that cards are expected to be equal in height! No sizing
   problems.
 *  Plugin Author [nK](https://wordpress.org/support/users/nko/)
 * (@nko)
 * [4 years, 5 months ago](https://wordpress.org/support/topic/need-help-with-post-grid/#post-15158462)
 * Hey Varun.
 * Custom CSS example for border-radius and shadow [https://visualportfolio.co/documentation/portfolio-blocks/custom-css/](https://visualportfolio.co/documentation/portfolio-blocks/custom-css/):
 *     ```
       selector .vp-portfolio__item {
         border-radius: 10px;
         box-shadow: 0 0 10px #000;
       }
       ```
   
 * Select the Classic items style and Grid layout.
 * Not sure it is possible to make the equal height of items without JS. This thing
   you will need to resolve on your own.
 * Regards, nK.
 *  [micwp123](https://wordpress.org/support/users/micwp123/)
 * (@micwp123)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/need-help-with-post-grid/#post-15204536)
 * Hi,
 * I could change the size of my images on the portfolio page with
 * `selector .vp-portfolio__item {width:175px;height: 150px;}`
 * But now there is a big space between the images. How can I manage this?
 * Thanks and regards,
    Mic

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

The topic ‘Need Help with Post Grid’ is closed to new replies.

 * ![](https://ps.w.org/visual-portfolio/assets/icon-256x256.png?rev=2389881)
 * [Visual Portfolio, Photo Gallery & Post Grid](https://wordpress.org/plugins/visual-portfolio/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/visual-portfolio/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/visual-portfolio/)
 * [Active Topics](https://wordpress.org/support/plugin/visual-portfolio/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/visual-portfolio/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/visual-portfolio/reviews/)

## Tags

 * [image size](https://wordpress.org/support/topic-tag/image-size/)

 * 3 replies
 * 3 participants
 * Last reply from: [micwp123](https://wordpress.org/support/users/micwp123/)
 * Last activity: [4 years, 4 months ago](https://wordpress.org/support/topic/need-help-with-post-grid/#post-15204536)
 * Status: resolved