Archived topic
Logo size and footer size
5 replies · Started by Meg on May 3, 2022
Sorry I have a few more questions
1. I would like to increase logo size keeping the ” navigation as header” option. Please guide me on that.
2. I would like to decrease the size of my footer. The current footer height seems to be too big and I would like it ot be something like this https://themomedit.com
Thank you so much!
Hi Meg,
No need to apologize, we are happy to help :)
I'm not able to open your site, can you check?
1. Go to customizer > layout > primary navigation, increase the menu item height to increase the logo size.
2. I will take a look when I can access your site.
Let me know!
Hi Ying - my site is http://www.megsguide.com
1. I tried the first option you mentioned and have set it to maximum height currently, but it is still not big enough, is there any code that i can add under additional css to make it bigger?
2. It is loading but taking a little longer than usual
1. Try this CSS:
.site-logo img {
height: 200px;
}
2. The containerblock has 200pxtop and bottom padding, you just need to reduce the value:
https://www.screencast.com/t/vNEYhK0sM6w
Thank you so much, it worked!
Glad to hear that :)