hexo-theme-jane icon indicating copy to clipboard operation
hexo-theme-jane copied to clipboard

Ask for move the index bar to the left of the screen

Open Link-Zhang opened this issue 8 years ago • 3 comments

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.

Link-Zhang avatar Mar 19 '16 18:03 Link-Zhang

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.

hejianxian avatar Mar 20 '16 02:03 hejianxian

Thank you very much !

Link-Zhang avatar Mar 20 '16 12:03 Link-Zhang

Guess @Link-Zhang you would like to display the scrollbar by removing/commeting these code ::-webkit-scrollbar { width: 0px; } in style.sty file.

ying-zhang avatar Nov 07 '17 15:11 ying-zhang