Site logo

Archived topic

Sticky sidebar conflict with Elementor

3 replies · Started by Sabbir on November 6, 2021

Viewing posts 1–4 of 4

Hi,

I'm using the CSS below for the floating sidebar but it's a conflicting Elementor page builder.
(https://abtesters.com/new-home/)

The Page has no sidebar but It makes space in right.

@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: 80px;
/* Adjust to suit position */
}
}

wow, It’s working nicely

Glad to hear that!

This archived topic is closed to new replies.