Black Screen Issue: Please update your theme to ensure WordPress 5.6 compatibility. Dentalia 2.1 and Recycle 2.1 are now available on ThemeForest. 

Okay
  Public Ticket #3143306
Icon of the menu in the mobile interface
Closed

Comments

  •  1
    onruzun started the conversation

    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?

  •  532
    OrionThemes replied

    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.

    @media (max-width: 991px) {
    .header-classic .to-x {
      position: absolute;
        top: 15px;
        left: 15px;
      }
    }

    Kind regards,

    Andrej

  •  1
    onruzun replied

    thank you.