Archived topic
I just wanna ask how can I change the size of the LOGO? (to make it biger)
4 replies · Started by Robert on November 4, 2021
Hi
How are You?
I just wanna ask how can I change the size of the LOGO? (to make it biger)
- I remember in the passt I could do it but now the isn't this option:
https://snipboard.io/ONebJR.jpg
Kr
Robert
Hi Robert,
There should be a logo width slider on the Site identity settings as shown here - https://share.getcloudapp.com/X6ubAD4J
Alternatively, you can assign it via custom CSS.
Example:
.site-logo { width: 300px; }
.site-logo img {width: 100%; height: auto;}
Hi
the stupid thimk is: I dont have this option to change the size of the logo like on Your print screen
https://snipboard.io/AxE2ON.jpg
Kr
R
now I addes Your CSS code
thx
R
the stupid thimk is: I dont have this option to change the size of the logo like on Your print screen
You likely have "Navigation as header" enabled. This option removes the logo slider width because it affects the menu height.
now I addes Your CSS code
No problem. Glad to be of any help. :D