Posted on : 2019-04-14 16:57:10 View Type: public
Christopher Quinn
I am using Webful Education theme. I cannot seem to resize the website logo. It is taking 300x120 size and making it 100x40. Where can I adjust the sizing of the logo.
Chris Quinn
I am using Webful Education theme. I cannot seem to resize the website logo. It is taking 300x120 size and making it 100x40. Where can I adjust the sizing of the logo.
Chris Quinn

Send me your website url so i can see what fix can work for you.
I currently have it in Under Construction mode through plug-in. Do you want admin credentials?

Yes please send me so i can check and fix it for you to its best size.

Please go to wp-admin >> appearance >> customize >> additional CSS and add the following CSS you can change 75px to your desired number where header and your logo both looks good.
.header .logo img {
height: 75px;
width: auto;
}Thank you. That resized the logo and looks better, but left 2 things to be updated now.
I cannot seem to find where the font size for the menu text. In some themes you can change it. Can you with Webful?
The navigation menu is not centered in the bar. It is up higher from center. Is there a way to center the navigation text in that bar now that the logo is 75px high? Is there a way to change padding around the nigation menu to get it centered?
Let me know. Thanks!
Chris

To center the navigation in education WordPress theme when you increase the size of header from its designed height. You need to add some CSS i have added a margin 17px which you can increase or decrease as per your choice. Code is below which can be seen or edited on wp-admin >> appearance > customize >> additional CSS
@media screen and (min-width:1024px) {
.header nav {
margin-top:17px;
}
}Click one of our contacts below to chat on WhatsApp
Do you have any questions?

