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
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
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
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