Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #531307

    Hey guys,

    Can you help me with this?

    When I use the masonry gallery, at a certain width, the nice distance between the images gets off. I attached a image for reference:

    http://s28.postimg.org/lgdxp3i8d/Screen_Shot_2015_11_05_at_7_17_44_PM.png

    Also, is there a way to turn off the zoom in hover effect?

    Website: ccyran.com

    Thanks!
    Chris

    #531800

    Hi Chris,

    Do you mean the white galaxy image? I couldn’t reproduce that on my end using Chrome, what browser are you using to get that result?

    Thanks,
    Rikard

    #531801

    Hi ccyran!

    Thank you for using Enfold.

    Please try to resize the original copy of the third image (Samsung S6 Edge) same as the original copy of the following image then upload it again: http://i2.wp.com/www.ccyran.com/wp-content/uploads/2015/09/Print_v2.jpg?fit=705%2C705

    Or add this in the following code in the Quick CSS field but it will distort the image a bit:

    .av-masonry-image-container img {
        width: 100%;
    }

    Best regards,
    Ismael

    #531915

    Hey Ismael,

    Do you mean to shrink the description copy I have that overlays?

    Thanks!
    Chris

    #532345

    Hi Chris,

    I think Ismael is referring to the actual image, could you try that please?

    Best regards,
    Rikard

    #532380

    Hey I tried that, didnt work.

    Even when I remove that image. The grid still loses alignment on wide browsers.

    Thank you,
    Chris

    #533031

    Hi!

    Please post the login details. We would like to check it. Did you actually resize the 3rd image? I tried to replace the 3rd image with the first image and the issue is fixed. See the screenshot:

    Best regards,
    Ismael

    #533036

    Hey Ismael,

    Yep I did. The two images are the same size, both 1240 × 1754.
    Adding my login info below!

    #534834

    Hey!

    I checked your /portfolio website in Chrome and it seems to be fine. I can’t see any issues belonging to any distances on your first screenshot of your first post. Can you highlight what you mean please? to make things clear for us.

    Regards,
    Andy

    #536151

    Hey Andy, when I put my website page on an external monitor (27″), thats when the alignment and padding between the images goes off.

    Thanks!

    #538183

    Hey!

    currently margin is controlled on your website by this code:

    .av-large-gap.av-flex-size .av-masonry-entry .av-inner-masonry {
    margin-right: 15px;
    margin-bottom: 15px;
    }
    

    No idea why it should change on a 27” monitor and I don’t have one for testing. You could try to get more control by addin media queries to the above code:

    @media screen and (min-width: 1600px) {
    .av-large-gap.av-flex-size .av-masonry-entry .av-inner-masonry {
    margin-right: 15px;
    margin-bottom: 15px;
    }}
    

    This code will work on a minimum screen size of 1600px only. Adjust it as needed.

    Best regards,
    Andy

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