How can I create a sticky sidebar for product scrolling?

Topic summary

Goal: Implement a sticky left sidebar (fixed header/info) while products on the right scroll independently.

Current guidance: Prefer choosing a theme that natively supports a sidebar to achieve this layout. Implementing it via code is considered complex and akin to building a major feature.

Risks of custom code: Direct theme modifications may complicate or prevent future theme updates and maintenance.

Outcome: No code-level solution, CSS, or JS approach was provided. The discussion leans toward using a theme with built-in sidebar capability rather than custom development.

Status: Unresolved/ongoing.

Next steps: Evaluate themes offering a two-column layout with a sticky sidebar; if pursuing custom work, carefully assess effort, stability, and updatability trade-offs.

Summarized with AI on January 9. AI used: gpt-5.

hi, i would like to create a site where the sidebar (with the header informations) remains sticky on the left while the products scroll on the right. have you got some advices to create this effect?

Hello @oslagod :waving_hand:

You should find a theme with the sidebar feature to create this effect.

1 Like

isn’t there a way, by modifying the code, to achieve this result?

The sidebar is quite a big feature, so it is not easy to replicate it by modifying the code. Moreover, doing so might prevent you from updating the theme in the future.

1 Like