How to Make a Sticky Footer in Elementor In Just 10 Minutes! 💡

Want to give your website a more professional and modern touch? I recently created a sticky footer using Elementor, and it completely changed the feel of my site! In just under 10 minutes, you can make a footer that stays visible at the bottom of the screen, no matter how far a visitor scrolls.

In my latest video, I walk you through the exact steps—no coding required! This trick works perfectly for bloggers, business owners, and developers alike. Whether you’re building a portfolio, an online store, or a personal blog, this simple design enhancement will improve user experience and engagement.

It’s easy to do, works on all Elementor-powered websites, and looks great across devices. Check out the video and upgrade your site’s design in minutes!

CSS Code Snippet on Button For Same Width : ( aybtn1 )

				
					.aybtn1 a{
    width: 165px;
}
				
			

CSS Code Snippet on Icon List Widget For Underline & Entrance Animation : ( animated-list )

				
					.animated-list .elementor-icon-list-item {
    opacity: 0;
    transform: translateY(10px);
    animation: fadeInUp 0.5s ease-in-out forwards;
}

/* Reverse animation delay (Bottom to Top) */
.animated-list .elementor-icon-list-item:nth-child(1) {
    animation-delay: 0.1s;
}
.animated-list .elementor-icon-list-item:nth-child(2) {
    animation-delay: 0.2s;
}
.animated-list .elementor-icon-list-item:nth-child(3) {
    animation-delay: 0.3s;
}
.animated-list .elementor-icon-list-item:nth-child(4) {
    animation-delay: 0.4s;
}
.animated-list .elementor-icon-list-item:nth-child(5) {
    animation-delay: 0.5s;
}
.animated-list .elementor-icon-list-item:nth-child(6) {
    animation-delay: 0.6s;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.animated-list .elementor-icon-list-text {
    position: relative;
    display: inline-block;
    padding-bottom: 2px;
}

.animated-list .elementor-icon-list-text:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: currentColor;
    transition: width 0.3s ease-in-out;
}

.animated-list .elementor-icon-list-item:hover .elementor-icon-list-text:after {
    width: 100%;
}

				
			

Share :

Facebook
Twitter
LinkedIn
WhatsApp
Picture of Abhishek Yadav

Abhishek Yadav

Category

Recent Post

Share

Suscribe to Our Newsletter

No spam, notifications only about new products, updates.

Subscription Form

Suscribe for our Newsletter

Subscription Form

Related Post