How To Make Sticky Sidebar With CSS
ViewsPlease save the CSS code below at the top of the </head>
<style type='text/css'> #sidebar-sticky { width: 300px; float: right; padding: 0; margin: 0 auto; position: -webkit-sticky; position: sticky; top: 10px; } </style>Then please copy code below
<div id='sidebar-sticky'> <b:section class='sticky_sidebar' id='sticky_sidebar' preferred='yes'/> </div>