• Priority: 0
  • Status: Closed
  • Theme: Alysum
  • Assigned To: Fred
  • Private: No
  • Open Date: 08.12.21, 13:00
  • Opened by: Lynda
  • Closed by: Anonymous Submitter
  • Closed on:
  • Reason: Not a bug

Ticket #22746 - Menu display issue on small screen

Hi Fred,

The menu displays poorly on small screen and submenu doesn’t collapse.

Thank you for your help.

Attachments:

menu.jpg (75.1 KiB)

Comments

Fred 08 Dec 2021, 17:48

Try following CSS:

@media(max-width:800px) {
.header-1 .pk-widget.widget-module, .header-1 #pk_top_menu {position:static}
}
Lynda 08 Dec 2021, 18:24

Thank you!

Fred 08 Dec 2021, 18:27

You are welcome!