Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #209901

    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

    #209922

    Hey Tommy!

    You can add this on your custom.css or Quick CSS:

    .grid-entry .inner-entry {
    margin-right: 0;
    }

    Cheers!
    Ismael

    #209924

    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

    #210097

    Hi!

    Please try adding following code to Quick CSS

    .grid-entry .inner-entry { box-shadow: none; }

    Best regards,
    Yigit

    #211553

    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!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘About Portfolio Gird Border’ is closed to new replies.