Okay
  Public Ticket #3390158
Canvas Menu bottom pages
Closed

Comments

  •  2
    WithFeeling started the conversation

    Hey!! Theres a bug on the off canvas menu, the top pages are clickable, but the pages listed towards the bottom are not clickable, this doesnt happen on a larger screen when you can expand the length of the browser, but on a laptop the menu items are not clickable, HELP!

  •  2,958
    Andrew replied

    Hello there,

    Thank you for reaching out to us.

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    .cky-box-bottom-right {
        z-index: 10;
    }
    

    Thanks,

  •  2
    WithFeeling replied

    Thanks Andrew! it was a cookies plugin