How to Add Smoke Text Animation in Elementor For FreeBy Aditya Yadav / 18/09/2024 Code snippet for Smoke Animation HTML /* code written by aditya */ /* code for center the header nav menu */ @media screen and (min-width: 990px){ .header--middle-left { grid-template-areas: 'heading navigation icons'; grid-template-columns: 1fr auto 1fr; column-gap: 2rem; } } Copy Code Snippet /* code written by aditya */ /* code for center the header nav menu */ @media screen and (min-width: 990px){ .header--middle-left { grid-template-areas: 'heading navigation icons'; grid-template-columns: 1fr auto 1fr; column-gap: 2rem; } }