Comments 1onruzun started the conversationOctober 10, 2022 at 4:31pmI want to show the icon of the menu in the mobile interface on the left side. How can I do that. Could you help? 564OrionThemes repliedOctober 10, 2022 at 6:39pmHi, Recycle does not have such layout out of the box. But it is possible to style it with CSS. Here is an example snippet, which you can adjust at your liking. Copy it to Theme Options -> Custom CSS. @media (max-width: 991px) {.header-classic .to-x { position: absolute; top: 15px; left: 15px; }} Kind regards,AndrejOrionThemes1 Like 1onruzun repliedOctober 10, 2022 at 8:03pmthank you.1 Like Sign in to reply ...
I want to show the icon of the menu in the mobile interface on the left side. How can I do that. Could you help?
Hi,
Recycle does not have such layout out of the box. But it is possible to style it with CSS. Here is an example snippet, which you can adjust at your liking. Copy it to Theme Options -> Custom CSS.
Kind regards,
Andrej
OrionThemes
thank you.