I am using the debut theme to make a new website. It is NOT online right now. I am trying to increase my logo but the header size increases with it and I want to stop that from happening because the header gets to big and clunky. Is there a way to not let the header size be controlled by the logo size in this theme?
By default the Debut theme add 15px of margin on the top and bottom of the logo. You can reduce this margin by adding the following code at the end of theme.css file
In this example I set the margin to 5px but you can change this value to 0 if you prefer
.site-header__logo {
margin: 5px 0;
}
It does not seem to be helping. My logo size I made it 1024x1024 px. Do I need to make it smaller?
Hi @julisartcafe ,
sorry, without looking at the live website it’s a bit difficult to help. But 1024x1024 is not a good size for the logo.
If you make it square for sure you have a lot of “blank” space on top and bottom of your typography logo.
You should load rectangle logo cropped correctly at the left and right. You can try with a logo height of 48px to see if it fits well.
Thank you! I will definitely resize it as well as accept your first reply as a solution! I appreciate your efforts!
