Okay
  Public Ticket #1315565
Image gallery bug
Closed

Comments

  • AndyCary started the conversation

    Hi there, I have a couple of questions - can I ask in the same ticket? 

    1) There seems to be a bug in the parallax image gallery in mobile/tablet view. The gap between the first and second image is missing. Can you help fix? 

    2) There's a gap between the final testimonial row and the footer page navigation. Can I remove this gap for all portfolio pages?

    Thank you


  •  2,744
    Andrew replied

    Hey there,

    Thanks for reaching in,

    Can you please send us a screenshot of the same so we can take a look at the issue better?

    Please also include a link to your website.

    Regards

  • AndyCary replied

    Thanks for getting back to me. http://www.digital-resonance.co.uk/portfolio/3d-mode-of-action/

    (1) I've attached two screenshots. The first one looks fine (desktop) The second one has a smaller space between the first and second images. Strangely yesterday there was no space at all.

  • AndyCary replied

    (2) Please see the attached screenshot for the space I would like to remove on portfolio pages.

    Thanks

  •  2,744
    Andrew replied

    Hi there,

    Thank you for writing back to us.

    Please use the following code to change the margin between images in mobile view and to remove the gap:

    @media only screen and (max-width:768px){
    .parallax-grid-item {
        margin: 18px 0 !important;
    }
    }
    .bottom_controls{
        margin-top: 0 !important;
    }

    Hope this helps.

    Best regards.