ppoffice / hexo-theme-hueman

A redesign of Alx's wordpress theme Hueman, ported to Hexo.
http://ppoffice.github.io/hexo-theme-hueman/
GNU General Public License v2.0
1.17k stars 336 forks source link

Sidebar Collapse #235

Closed leenooks closed 5 years ago

leenooks commented 5 years ago

Please make sure these boxes are checked before submitting your issue. Thank you!

This is a great theme for Hexo.

I would like to have the sidebar collapse when Width > 960 (so that the post gets more space) - is that easy to do? Can you provide some tips?

...deon

ppoffice commented 5 years ago

@leenooks It should be here https://github.com/ppoffice/hexo-theme-hueman/blob/master/source/css/_responsive.styl#L11

leenooks commented 5 years ago

I did see that, thank you - but I dont know how to implement it fo width's greater that 960.

For smaller screens, the side bar automatically collapses and ca be expended "on top" of the main content.

For larger screens (>960), I would like to optionally collapse the left bar, so the main content gets more screen.

Can you provide an example? (I think this would be a nice addition to this template for everybody.)

...deon