I have an Ubercart site with facets to filter in the sidebar. I'd like to have the whole sidebar collapse, or slide off screen and slide back with a tap of a tab, perhaps opposite the menu tab.
This is because of the sticky header menu.
What you will need is some way of offsetting it. Here is one example:
https://stackoverflow.com/a/13184714/24246072
Give...
Posted16 hours 18 min ago by Martin Price | System Horizons Ltd (yorkshirepudding) on:
Now only one problem left:
The link jumps to right under the H3 with the 'id' - why?
Do I need to set the id in something above where I want it - like a <div>?
The page...
Comments
You could use (or copy the functionality provided by) the contributed layout Bamboo:
https://github.com/backdrop-contrib/bamboo
Thanks. I'll see if I can figure out how to use it with my existing layouts, since Bamboo has no headers or footers, etc.