Ist posible Partner/logo element enlarge on mousse over.
Thank
Hi mrivas1804!
Please add following code to Quick CSS in Enfold theme options under Styling tab
#top .avia-logo-element-container .slide-entry:hover {
-webkit-transform: scale(1.05,1.05);
-moz-transform: scale(1.05,1.05);
transform: scale(1.05,1.05);
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
Regards,
Yigit