Skip to content

Fix: Show hamburger menu on all pages, not just the homepage#31

Open
JKinnez wants to merge 1 commit into
mainfrom
feature/sc-2572-booking-page-the-hamburger-menu-hides-on-mobile-view
Open

Fix: Show hamburger menu on all pages, not just the homepage#31
JKinnez wants to merge 1 commit into
mainfrom
feature/sc-2572-booking-page-the-hamburger-menu-hides-on-mobile-view

Conversation

@JKinnez
Copy link
Copy Markdown
Contributor

@JKinnez JKinnez commented May 14, 2026

The hamburger menu (collection floating menu) was conditionally rendered only when the user was on the root URL (/), causing it to disappear on all other pages like product listings, booking pages, and account pages.

This fix removes the URL-based condition so the menu renders on every page. The grid layout logic was also simplified — instead of dynamically computing column count based on the current URL, the layout now uses fixed grid values per breakpoint, with proper desktop styles added to handle the header__wrapper--with-menu modifier consistently.

@JKinnez JKinnez added review Please look at my code shop-team Shop and commerce labels May 14, 2026
@dabrorius dabrorius requested a review from zmajstor May 15, 2026 08:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

review Please look at my code shop-team Shop and commerce

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants