• Priority: 0
  • Status: Closed
  • Theme: Alysum
  • Assigned To: Marek
  • Private: No
  • Open Date: 23.04.18, 07:49
  • Opened by: Daniela Koch
  • Closed by: Marek
  • Closed on: 06.05.18, 22:24
  • Reason: Closed
  • Comment: Glad to help!

Ticket #12114 - Navigation Mobile

We have big problems, because we don´t have an navigation in the mobile version
can you help us?

Comments

Marek 23 Apr 2018, 11:07

Hi, Daniela.
I suppose it’s not related to customisation so I move this ticket to “Alsyum” theme. As for your question, please take a screenshot because I don’t see the issue

Daniela Koch 23 Apr 2018, 14:14

Look there is in Filter option

Daniela Koch 23 Apr 2018, 14:14

Mean there so no

Marek 23 Apr 2018, 14:50

Try now, it should be fixed

Daniela Koch 23 Apr 2018, 15:03

is it possible to make the filter above and not under the products?

Marek 24 Apr 2018, 13:45

Use following CSS for that:

@media (max-width:480px) {
#columns {display:flex;flex-direction:column}
#columns .breadcrumb {order:0}
#left_column {order:1}
#center_column {order:2}
#layered_block_left {margin-top:0}
}