Hi,
When use Portfolio Gird to show images, there always have Border in each image, maybe 1 or 2 px, can i make these with no border, just in white space.
Thanks
Tommy
Hey Tommy!
You can add this on your custom.css or Quick CSS:
.grid-entry .inner-entry {
margin-right: 0;
}
Cheers!
Ismael
Hi Ismael,
Thanks for your kindly reply.
I have add it to quick css, but it doesn’t work, portfolio grid still have border.
maybe you have other method, pls help me.
Best regards,
Tommy
Hi!
Please try adding following code to Quick CSS
.grid-entry .inner-entry { box-shadow: none; }
Best regards,
Yigit
I had the same Question. Just was not able to find the “border” in css. Now that I see it’s a tiny shadow, it makes sense :). Works fine, thank you!