Replies: 3 comments 2 replies
-
Your easiest bet is to use your own CSS rules to style the logo however you'd like. The HTML structure of the logo image is roughly:
So you could control the logo width with a CSS selector like: a.navbar-brand img {
width: 50px;
} |
Beta Was this translation helpful? Give feedback.
-
Do you have an example? Would you specify the html bit in the _config.yml file?
|
Beta Was this translation helpful? Give feedback.
-
Inside the intro.html file there is part of the code refering to the navbar-brand class:
I am able to size the navbar-brand-box but not the image inside. For example, the following css code would have an effect
but the code below won't do anything
Do you have more specific advice on how to scale the logo image? |
Beta Was this translation helpful? Give feedback.
-
Is there a way to control the size of the sidebar logo?
Beta Was this translation helpful? Give feedback.
All reactions