Hello again,
I just pin-pointed an issue with certain pages that I have manually disabled the “Sticky-Heade” (enabled on them options) through CSS.
The CSS I use is this:
Example:
.page-id-12649 .sticky-wrapper.is-sticky {
display: none;
}
If I don’t disable the sticky header the page scrolls down to the bottom fine. I am not using a footer on those pages just the bottom copyright bar which also hosts a small horizontal menu (need that). I also disabled the “Back to top” button from theme options but that has no effect on the scrolling issue.
Is there a workaround? Could I disable the sticky header in theme options and enable it (somehow) only on the pages I want?
Thanks in advance.
Sotiris