Custom CSS: Difference between revisions

Jump to navigation Jump to search
Line 298: Line 298:
If the above does not work, please try this:
If the above does not work, please try this:


<code>
<code>#b24scroller-fullcontainer {position: sticky; top: 0; z-index: 1000;}</code>
#b24scroller-fullcontainer {
    position: sticky;
    top: 0;
    z-index: 1000;
}
</code>


=== Change height of full-width slider ===
=== Change height of full-width slider ===