Hey guys,
why there is a sticky header on my website now?
I didnt check the sticky header option…
And why there is an animation in the Masonry Gallery?
Thanks for the help!
Website: http://www.property-night.com
Hey!
I edited your page and set header transparency to none – http://kriesi.at/documentation/enfold/portfolio-item/intro-to-the-header-configurator/ and then added following code to Quick CSS in Enfold theme options under General Styling tab
.av-masonry-entry { visibility: visible; opacity: 1; }
.avia_desktop.avia_transform3d .av-masonry-entry.av-masonry-item-loaded .av-inner-masonry {
-webkit-animation: none;
animation: none;
}
Please review your website now
Best regards,
Yigit