Open Link-Zhang opened 8 years ago
cd ‘hexo-theme-jane/source/css/_partial/sidebar.styl’, and change the position from 'right: 0' to 'left: 0'.
then, you also need to edit the ‘style.sty’, cd ‘hexo-theme-jane/source/css/style.styl’, find ‘#main’, and change the padding from ‘padding-right: 50px;’ to ‘padding-left: 50px;’ . The purpose is make the articles center.
Thank you very much !
Guess @Link-Zhang you would like to display the scrollbar by removing/commeting these code
::-webkit-scrollbar { width: 0px; }
in style.sty
file.
Hi, I like your theme. And I try to change the style by myself with failed. Could you tell me how to change the index bar from the right side to the left side? Thanks.