Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #1093639

    I have perfect grid set with 1px gap

    Why is there a gap at the top and a block underneath

    All I want is the blocks to be 400px height so addded

    .av-masonry-col-3 .av-masonry-entry {
    width: 33.3%;
    height: 400px;
    }

    #1093640

    .av-masonry-entry {
    width: 33.3%;
    height: 400px;
    }

    This is what I added sorry

    #1093652

    Sorry I forgot to post the URL

    #1093685

    Can anyone help here??

    #1093850

    Hi,

    Please send us a temporary admin login and login URL so that we can have a closer look. You can post the details in the Private Content section of your reply.

    Best regards,
    Rikard

    #1093888

    Hello Rikard

    Many thanks for having a look for me. Details below.

    #1094330

    Hello there

    Any news on this?

    I have to show the client the home page tomorrow and this is holding me up.

    Thanks for your support

    #1094668

    Hello – just wondering if there is a fix as I have t show the home page today and it is nowhere near finished????

    #1095151

    Hi,

    We would like to apologize for the late response.

    Could you give us a screenshot of the gaps? Are you referring to the white space between the masonry items? You can use the following css code to remove those gaps or border.

    .av-masonry-entry {
        width: 33.3%;
        height: 400px;
        margin-top: -2px;
    }

    Best regards,
    Ismael

    #1095181

    Hello there

    No

    You can see there is a gap where the yellow block must be!

    Block overflow

    #1095208
    #1095254

    Hi,

    Thanks for the update.

    You should replace the previous css modification with the following code.

    .av-masonry-entry.post {
        width: 33.3%;
        height: 400px;
    }

    Best regards,
    Ismael

Viewing 12 posts - 1 through 12 (of 12 total)
  • You must be logged in to reply to this topic.