Archived topic
Sticky widget overlapping footer
3 replies · Started by Adrien on January 31, 2021
Viewing posts 1–4 of 4
Dear GP Team,
Is there a way to avoir the Sticky widget overlapping the footer:
Here is the code I used found on GP forum:
@media (min-width: 769px) {
.site-content {
display: flex;
}
.inside-right-sidebar {
height: 100%;
}
.inside-right-sidebar aside:last-child {
position: -webkit-sticky;
position: sticky;
top: 20px; /* Adjust to suit position */
}
}
Appreciate your help.
Hi there,
add this CSS:
.inside-right-sidebar {
padding-bottom: 40px;
}
Dear David, It worked perfectly. Thanks a lot!
You're welcome
This archived topic is closed to new replies.