I wonder if it’s possible for you to make the sidebars sticky? I tried to use some plugins but they don’t seem to be working with Boxstyle.
/*The following code has made sidebar sticky and floating*/
@media only screen and (min-width: 1024px) {
.widget-area {
position: -webkit-sticky;
position: sticky;
top: 0;
padding-top: 10px;
}
}
Someone told me this will help, I couldn’t get it to work either. Your help is welcomed 🙂
Best regards!
The topic ‘Sticky Sidebar’ is closed to new replies.