logo size in template one 3.0.5 #474
Replies: 2 comments 5 replies
-
@patrickus33 If You want more control over the size of the Logo you can change the positionnement of the wrapper to absolute
and change the logo image size to your liking:
You will have to do the same in the “Sticky” header if you want your logo the same size on both “Normal Header” & “Sticky Header” After you have to control all that for the different Bootstrap size and you maybe have to play with the z-index of the wrapper to keep the link on the logo working ✅ • Enhancement |
Beta Was this translation helpful? Give feedback.
-
@patrickus33 @Chacapamac I added this feature in v3-branch. Please help me download v3 branch and test it on your site. |
Beta Was this translation helpful? Give feedback.
-
HI all,
The logo size is set in the template's css.
.astroid-logo img {
max-width: 250px;
max-height: 65px;
}
I can't find a way to change this setting in the template interface.
Do I need to make a modification using the custom css?
It's a penalty to have "blocked" the logo size.
Thank you !
Beta Was this translation helpful? Give feedback.
All reactions