- This topic has 3 replies, 2 voices, and was last updated 6 years, 5 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Home › Forums › Pro Themes › Education Hub Pro › Site title and logo size
Tagged: title; logo
Hi there,
I am trying to increase the size of logo and also center the site title between the logo and the search button, such that the top of search button aligns with the top of site title and the site title stays between the logo and the search button.
Can you please help?
Here is the website address:
Regards
Gurjeet
Hello @gurjeets,
To get the site title in between the search form and the Logo, Please try using the following custom CSS in your Admin Dashboard > Appearance > Customize > Additional CSS :
@media (min-width:768px){
.site-branding {
width: 77%;
float: left;
}
}
Hope this Helps,
Best Regards !!
Thanks !
How do I change the logo size?
Hello @gurjeets,
To control the size of the site logo, Please try using the following custom CSS in your Admin Dashboard > Appearance > Customize > Additional CSS :
.site-logo-link > img, .custom-logo-link img {
max-height: 140px;
}
You can alter the max-height value in the CSS code as per your requirements.
Hope this Helps,
Best Regards !!
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. |