denehyg / reveal.js-menu

Slide out menu for reveal.js
https://denehyg.github.io/reveal.js-menu
MIT License
281 stars 76 forks source link

Need a more detailed meaning in css config. #38

Closed chxp closed 7 years ago

chxp commented 7 years ago

I want to change the small menu in other location (more bottom than the default), So which css changes the location of the menu item (the icon when in show slides, not the side menu when click it )

denehyg commented 7 years ago

The slide menu button is can be modified by referencing .reveal .slide-menu-button in your own css. By default this is position: fixed and set to left: 30px and bottom: 30px. The easiest approach to changing the location is to override left/right and top/bottom.