Is there anyway i can fit in my website name '' donoharmsafari'' into the tittle of sidebar? The name is too long and part of my name can not be shown. #2452
Answered
by
NewJerseyStyle
dosomeharmsafari
asked this question in
Q&A
-
Checklist
How did you create the site?Generated from DescriptionIs there anyway i can fit in my website name '' donoharmsafari'' into the tittle of sidebar? The name is too long and part of my name can not be shown. Operations you have already triedI tried to fork the theme, changed the sidebar css font size and use remote-theme in my github page. But then the website became blank and nothing can be shown. Anything else? |
Beta Was this translation helpful? Give feedback.
Answered by
NewJerseyStyle
Jun 17, 2025
Replies: 1 comment 1 reply
-
After some test, instead of forking the theme. #sidebar .site-title {
font-size: 1.5rem;
} |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
dosomeharmsafari
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After some test, instead of forking the theme.
In
/assets/css/jekyll-theme-chirpy.scss
add complete CSS selector (I combined#sidebar
and.site-title
) finally take effect