- This topic has 6 replies, 2 voices, and was last updated 8 years, 6 months ago by .
Viewing 7 posts - 1 through 7 (of 7 total)
Viewing 7 posts - 1 through 7 (of 7 total)
- You must be logged in to reply to this topic.
Home › Forums › Pro Themes › Education Hub Pro › Resizing Logo and Header
Tagged: custom logo resize
In the Pro version of this theme, how can I increase the size of the logo, and increase the height of the header to accompany it?
Hello @luke314pi
how can I increase the size of the logo, and increase the height of the header to accompany it?
To increase the size of the logo upload the logo of you required size and you can further you can adjust the size with some custom CSS.
For this you need to go to Admin Panel / Appearance / Customize / Theme Options / Advanced Options.
Here you need to copy and paste below CSS:
.custom-logo-link img {
max-height: 170px;
}
Note: You can adjust value 170px according to your need.
Or else for more specific answer you need to post your site URL.
Let us know if the problem is solved.
Regards!!!
That didn’t work for me. The url is countyhighway22.com
Hello @luke314pi
Sorry for the inconvenience.
Please try adding below custom CSS. You can remove the above given CSS.
.custom-logo-link img {
height: 155px;
}
Hope this works.
Let us know how it goes.
Best Regards!!!
Thank you but how do I change the width too? I tried this but it didn’t work:
.custom-logo-link img { height: 155px; width: 487px; }
Hello @luke314pi
Ok for width and height try adding below custom CSS. Remove the above given CSS.
.custom-logo-link img {
height: 155px;
max-width: 500px;
}
Hope this works.
Let us know how it goes.
Regards!!!
That worked great – thank you!
Cookie | Duration | Description |
---|---|---|
cookielawinfo-checkbox-analytics | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics". |
cookielawinfo-checkbox-functional | 11 months | The cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional". |
cookielawinfo-checkbox-necessary | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary". |
cookielawinfo-checkbox-others | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other. |
cookielawinfo-checkbox-performance | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance". |
viewed_cookie_policy | 11 months | The cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data. |