• Resolved Varun Pahwa

    (@varunpahwa)


    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

    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

    (@varunpahwa)

    Also, please make sure that cards are expected to be equal in height! No sizing problems.

    Plugin Author Nikita

    (@nko)

    Hey Varun.

    Custom CSS example for border-radius and shadow 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.

    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.