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

    Hello everyone
    one more question
    how can I link below

    make a distance of 4 px between the images via css

    thanks
    kind regards
    Franz

    #1429480

    Hey schweg33,
    The Portfolio Grid element doesn’t offer a gap setting, like the Masonry element does:
    Enfold_Support_4365.jpeg
    I would recommend using this and the built-in gap options to reduce possible errors for certain screen sizes.
    Or you could try this css:

    #av-sc-portfolio-1 .grid-entry .inner-entry {
        margin-right: 4px;
    }

    Best regards,
    Mike

    #1429489

    Hello mike
    thanks
    this css works great
    is it also possible to make a frame around the whole thing
    2px in red

    thanks
    kind regards
    Franz

    #1429490

    Hi,
    You can put a border around the image, with this css:

    #av-sc-portfolio-1 .inner-entry a.grid-image {
    border: solid 2px red;	
    }

    Enfold_Support_4373.jpeg
    but not around the image and title without including the gap:

    #av-sc-portfolio-1 .grid-entry {
    border: solid 2px red;	
    }

    Enfold_Support_4375.jpeg

    Best regards,
    Mike

    #1429493

    Hey Mike

    Thanks for everything
    Works so great

    you can close this request

    kind regards

    Francis

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘spacing between the images’ is closed to new replies.