-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Adjust the size of the right blank area, for Publication&Blog pages #2473
-
I like this template so much, it's useful for expressing myself!
However, I got problems when i try to adjust the size of the right blank area.
微信图片_20240926123649
Is there any way to adjust this? 'cause my paper title is really long, having so much blank space on the right really bothers me.
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 3 comments
-
You can modify the variables$right-sidebar-width-narrow
, $right-sidebar-width
, and $right-sidebar-width-wide
in the SCSS file _sass/_variables.scss
.
Beta Was this translation helpful? Give feedback.
All reactions
-
👍 1
-
This has been addressed in the latest version of the template, thanks to changes made by @HirokiHamaguchi.
Beta Was this translation helpful? Give feedback.
All reactions
-
I've not had success with changing the variables suggested by zhangyumeng1sjtu, but managed to find a work-around solution for this (YMMV):
- For pages where you want to remove the empty space on the right, begin the page files in your _pages directory with layout: archive
- For pages where you want to insert the empty space on the right, begin the page files in your _pages directory with layout: single
Beta Was this translation helpful? Give feedback.