getnikola / nikola-themes

Themes for Nikola
https://themes.getnikola.com/
71 stars 51 forks source link

[hyde] Layout is not formatted properly on mobile. #139

Closed shivamvats closed 6 years ago

tritium21 commented 6 years ago

Can you elaborate? How is it improperly formatted?

shivamvats commented 6 years ago

Here is a screenshot: https://drive.google.com/file/d/1mJ_wholvZWXmUQO8ed_oPRNwdzdNX-bB/view?usp=sharing

In the Jekyll Hyde theme, the sidebar moves to the top when viewed on a mobile device.

Kwpolska commented 6 years ago

This issue was caused by a conflict between reST styles and Hyde (both use .sidebar). To fix this, I renamed Hyde’s class to .hsidebar. You can update the theme (nikola theme -i hyde) to fix this.