• Priority: 0
  • Status: Closed
  • Theme: Alysum
  • Assigned To: Fred
  • Private: No
  • Open Date: 07.06.24, 14:09
  • Opened by: Fabrice Druart
  • Closed by: Anonymous Submitter
  • Closed on:
  • Reason: Not a bug

Ticket #25596 - Problem with “hide” button on mobile in filter.

Hello,
I’d like to ask you again about the “hide” button at the top right of my website’s mobile filter.
When I want to select a brand, for example, the hide button disappears at the top of the page and it’s sometimes difficult to click on it.
Can you help me solve this problem?

Comments

Fred 08 Jun 2024, 09:42

Do you mean this button? https://take.ms/r1KZK

Fabrice Druart 08 Jun 2024, 10:48

Yes i mean this one sir… As you can see, if you select a category, the page will go back up and the hide button will no longer be visible.

Thanks a lot

Fred 10 Jun 2024, 21:24

you can try this CSS fix to move that button down

@media (max-width: 800px) {
    body #left-column.sidebar-open .sidebar-toggler {
        top: 81px;
    }
}