• Hi, We found two bugs in assets/frontend/wbtm.css affecting mobile layouts:

    **Bug 1 — Escaped CSS rule (duplicate search button on mobile)** Inside the @media only screen and (max-width: 960px) block, a missing closing brace causes .wbtm_search_action_button { display: inline-flex !important } to leak into global scope. This overrides the inline style="display:none" on the wbtm_bus_submit button, making both search buttons visible simultaneously on all screen sizes.

    Fix: remove !important from that declaration, or move it back inside the media query.

    **Bug 2 — Unresolved Git conflict marker in CSS** Around line 1957 of wbtm.css, there is a literal >>>>>>> master string (an unresolved Git merge conflict). This breaks CSS parsing for all rules that follow it.

    Fix: remove the conflict marker line. Both issues are reproducible in the latest version (tested on iPhone 14 viewport, 393px).

    Thanks

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)

You must be logged in to reply to this topic.