• menu on mobile version not working. it is visible, but when clicked on nothing happens.

    also, how do i get rid of the sidebar drop down on the mobile version?

    blog.raymondsickles.com

Viewing 1 replies (of 1 total)
  • Theme Author cats_456

    (@cats_456)

    Hi!

    menu on mobile version not working. it is visible, but when clicked on nothing happens

    It works, but Javascript should be enabled.

    how do i get rid of the sidebar drop down on the mobile version?

    Add this css: (with custom css plugin from Jetpack for example)

    .sidebar-toggle {
      display: none;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Mobile version – menu not working – sidebar drop down’ is closed to new replies.