![How To Add Animated Team Page [Elementor – WordPress]](/_astro/how-to-add-animated-team-page-elementor-wordpress.C5bAzrni_Zj4ovj.webp)
Following is the CSS code used in above tutorial:
.main > .elementor-element.e-child .elementor-widget {
width: 400px;
opacity: 0;
transition: all 0.5s linear;
}
.main > .elementor-element.e-child .elementor-container {
flex-wrap: nowrap;
}
.main > .elementor-element.e-child .elementor-widget-wrap {
flex-direction: column;
transition: all 0.3s linear !important;
}
.main > .elementor-element.e-child {
min-width: 1px;
transition: all 0.5s linear;
overflow: hidden;
}
.main > .elementor-element.e-child:hover {
width: 100%;
}
.main > .elementor-element.e-child:hover .elementor-widget {
opacity: 1;
}
@media (max-width:1024px) {
.main > .elementor-element.e-child .elementor-widget {
width: 300px;
}
}
@media (max-width:767px) {
.main > .elementor-element.e-child .elementor-widget-wrap {
height: 300px;
}
.main > .elementor-element.e-child:hover .elementor-widget-wrap {
height: 380px;
}
.main > .elementor-element.e-child {
flex-wrap: wrap;
}
}
.Bktem256_23EEnI.webp)
.rrgOIsSz_Z2n0to0.webp)
![Best FREE Shopify Themes [2026] - Which One To Choose](/_astro/Best%20FREE%20Shopify%20Themes%20_2026_%20-%20Which%20One%20To%20Choose.B6JLp3On_2v2CIe.webp)
![Image related to how to add animated team page [elementor – wordpress]](/_astro/how-to-add-animated-team-page-elementor-wordpress.C5bAzrni_Z2jojLO.webp)

