Hi,
I'm upgrading from Canvas version 6.5.4 to version 6.6.5 for a website with a right sticky column.
Previously (6.5.4), the right sidebar code specified that the sidebar be sticky with the sticky-sidebar class:
<!-- START RIGHT COLUMN -->
<div class="sidebar col-lg-4 sticky-sidebar-wrap mb-0 clearfix" >
<div class="sidebar-widgets-wrap right-col-gray-background">
<div class="sticky-sidebar">
<div class="widget widget_links clearfix">
etc.
It worked perfectly.
Now that I've applied the updated code modules for (6.6.5), which do not seem to include any changes related to "sticky," the sidebar is no longer sticky.
So I looked at the Bootstrap documentation, and saw the "sticky-top" class, so I tried that:
<!-- START RIGHT COLUMN -->
<div class="sidebar col-lg-4 mb-0 " >
<div class="sidebar-widgets-wrap right-col-gray-background">
<div class="sticky-top">
<div class="widget widget_links clearfix">
Still doesn't work (2nd attached photo).
I would really appreciate your help in figuring out how to get the sticky sidebar to work again.
Thanks!!!
