Site logo

[Resolved] sticky widgets

Home Forums Support [Resolved] sticky widgets

Home Forums Support sticky widgets

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #2469753
    Patricia

    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!

    #2469767
    Ying
    Staff
    Customer Support

    Hi there,

    Can you link us to your site where we can see the ads widget?

    #2469775
    Patricia

    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;
    }
    }

    #2469779
    Patricia

    Hi Ying you know what? Let’s leave it like that I actually like the way it is now! Thanks! have a nice weekend! 🙂

    #2469870
    Ying
    Staff
    Customer Support

    Glad to hear that 🙂

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.