- This topic has 5 replies, 2 voices, and was last updated 7 years, 7 months ago by .
Viewing 6 posts - 1 through 6 (of 6 total)
Viewing 6 posts - 1 through 6 (of 6 total)
- You must be logged in to reply to this topic.
Home › Forums › Pro Themes › Education Hub Pro › Logo place and format
Tagged: logo
How can I change the logo format and logo place.
Now Logo place is Left side but is it possible to change it to the right.
What is the max logo format and how can I change this.
Hello @joshermens,
The maximum pixel used for the logo is 110 × 110 pixels.
For the placement of the logo please provide your site URL so that we could provide the precise fix .
Hope this helps.
Best regards!!
Ok.
Thanks for the rapid info.
The URL is http://stapelmuren.nl
The urgent problem is the logo format.
is it possible to change it to 220*220
Hello @joshermens,
To change the size of the logo use below given CSS.
For this go to Admin Panel > Appearance > Customize > Additional CSS and paste the CSS.
img.custom-logo {
max-height: 220px;
}
Now to place the logo at the right use below given CSS in the location mentioned above.
.custom-logo-link {
float: right;
}
Hope this helps.
Best Regards!!
Hi,
Thanks a lot.
The logo format is perfect.
Is it possible to bring the Title and the Subtitle to the Right.
So that the subtile position on the bottom line of the logo is on the right site.
With Regards.
Hello @joshermens,
To adjust the logo and site title as your requirement use below given CSS.
.custom-logo-link {
float: right;
}
#site-identity {
float: right;
margin-top: 7px;
position: absolute;
right: 144px;
bottom: 8px;
}
.site-header {
padding: 20px 0 40px;
min-height: 140px;
position: relative;
}
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. |