Archived topic
sticky widgets
4 replies · Started by Patricia on December 21, 2022
Hi guys, Hope all is well with you! :)
As the ad network places an ad after all widgets by default, I would like to ask you if there is a way that I can place one widget right after the ad and make it sticky? thank you so much!
Hi there,
Can you link us to your site where we can see the ads widget?
Hi Ying how are you? I found this code that you shared in another thread, and it works well,,,but then when I add it thee ad disappears. Any turn around for that? ;Many thankssss
@media(min-width: 1024px) {
.site-content {
display: flex;
}
.inside-right-sidebar {
height: 100%;
}
.inside-right-sidebar >*:last-child {
position: sticky;
position: -webkit-sticky;
top: 60px;
}
}
Hi Ying you know what? Let's leave it like that I actually like the way it is now! Thanks! have a nice weekend! :)
Glad to hear that :)