Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #539196

    I was wondering if there’s any way to make the portfolio grid display a grey background with some spacing in between like the masonry grid. Please see my website in the attached. Thank you!

    #539787

    Hi schenkco!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .grid-entry .inner-entry {
        padding-bottom: 10px;
        padding-right: 10px;
    }

    Regards,
    Yigit

    #539790

    Good stuff! I added also the left and top padding to 10px and the layout looks identical. Is there any way to make the 10px padding area grey? Thanks Yigit!

    • This reply was modified 9 years ago by schenkco. Reason: Meant to say padding area grey
    #539991

    Hi!

    Instead of padding, add:

    border: 10px solid #eee; and let us know if that works better for you!

    Regards,
    Basilis

    #539998

    I know it’s probably a situation of either the previous method or the suggested one but is there a way to remove the border around the images? Both methods still have that hairline border that the masonry grid doesn’t have.

    #540244

    Hi!
    try v

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

    let me know if that helps.

    Best regards,
    Basilis

    #540985

    Hi!

    Did it worked? Can I close the topic here?

    Regards,
    Basilis

    #541025

    Sorry about that, just came back from weekend.

    EDIT
    It looks alright but not consistent with the masonry. The grey area is not equal spacing and it ends at the last item. Is there any way to make the area a color section so it’s a grey background throughout? Sorry, I know I’m asking of too much..

    • This reply was modified 9 years ago by schenkco.
    #541146

    Hey!

    You can play with the colors and the size, to try bring it as close as possible for the result.
    I am not sure, how we could make it more better.

    Cheers!
    Basilis

    #546558

    Hi!

    I hope everything is solved, I will do close the ticket here, let us know if you need anything else

    Cheers!
    Basilis

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Portfolio grid to display the same as masonry gallery’ is closed to new replies.