[Resolved] Sticky widget overlapping footer

Home Forums Support [Resolved] Sticky widget overlapping footer

Home Forums Support Sticky widget overlapping footer

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1640210
    Adrien

    Dear GP Team,

    Is there a way to avoir the Sticky widget overlapping the footer:

    https://tinyurl.com/y6affekk

    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.

    #1640322
    David
    Staff
    Customer Support

    Hi there,

    add this CSS:

    .inside-right-sidebar {
      padding-bottom: 40px;
    }
    #1641376
    Adrien

    Dear David, It worked perfectly. Thanks a lot!

    #1641446
    David
    Staff
    Customer Support

    You’re welcome

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