How to solve the problem of the top of the sidebar being different #1365
-
I have configured the parameter |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
how to keep the top of the sidebars on both sides aligned |
Beta Was this translation helpful? Give feedback.
-
Can you provide more details? Preferably a URL to your website that is seeing this issue. |
Beta Was this translation helpful? Give feedback.
-
You are using the version of hexo-theme-icarus modified by imaegoo, who added a custom JS file (source/js/imaegoo/imaegoo.js). The function fixLeftColumnTop() in that file causes the left sidebar to stick to the bottom. You can try commenting out this function, which should help resolve the issue. |
Beta Was this translation helpful? Give feedback.
You are using the version of hexo-theme-icarus modified by imaegoo, who added a custom JS file (source/js/imaegoo/imaegoo.js). The function fixLeftColumnTop() in that file causes the left sidebar to stick to the bottom. You can try commenting out this function, which should help resolve the issue.