Thank you. Is this a feature that’s only available with the Pro version?
A coworker solved the problem: in one of my tabs I used Avada fusion code, which applied the CSS style
.fusion-layout-column.fusion-one-full, .fusion-tabs.vertical-tabs {
clear: both;
}
Once it was changed to clear: none the problem was fixed, though he said that may lead to issues with IE representation.
Aha! It was the Z-index value, which I set to the same number as the “Space between top of page and sticky element” setting.
Just leaving this here for others who run into the same issue.