I’m trying to get the superfly menu button to appear at the bottom left instead of top left. I was able to achieve this with custom css ( .sfm-navicon-button { top:auto;bottom:10px } ) but it is still on the top in iOS. Any suggestions as to how to achieve this?
edit: I went with a different approach, but still curious if there’s a way. I also saw there’s also some mobile options for top margin but that’s not quite what I needed.