Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1217054

    Hello,
    Is there a way to get rid of the zoom in effect in my gallery? When I put the mouse of a picture there is a slight zoom in effect that I cannot get rid off! I would prefer NO effect at all.
    Thanks Nora

    #1217154

    Hey NoraGTS,

    Add this to quick css:

    .avia_desktop .av-masonry-entry:hover .av-masonry-image-container {
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    transform: scale(1,1);
    }

    Best regards,
    Jordan Shannon

    #1217278

    Thanks that helped.
    On the same page I have another problem with the second logo in my header. I created a header widget, but it shows all the way to the right. It needs to be aligned correctly, it should reduce on scroll down and disappear completely on mobile.
    Would you know how to solve this?
    THANKS Nora

    #1217487

    Hi,

    If possible, please begin a new thread for this issue. This is only to keep our topic organized to one issue.

    Best regards,
    Jordan Shannon

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