How to increase logo size on T4 Blank?
E
Topic Author
How to increase logo size on T4 Blank?
3 weeks 3 days ago - 3 weeks 2 days ago
Hi Team,
I am using T4 Blank to build my website, however I cannot find anywhere that can help me increase the logo size.
Do you have any solution to do that?
I am using T4 Blank to build my website, however I cannot find anywhere that can help me increase the logo size.
Do you have any solution to do that?
Last edit: 3 weeks 2 days ago by cssyeah.
Please Log in or Create an account to join the conversation.
Re: How to increase logo size on T4 Blank?
3 weeks 3 days ago - 3 weeks 3 days ago
Hi @ethnmiller,
In T4 Blank Template does not support logo size adjustment configuration in admin, however you can use the solution below to adjust the logo size as you wish.
1. From template dashboard click to the "Tools -> Edit Custom CSS" menu.
2. Add below CSS rules to the CSS editor modal.
3. Save and reload your website.
Kind regards,
In T4 Blank Template does not support logo size adjustment configuration in admin, however you can use the solution below to adjust the logo size as you wish.
1. From template dashboard click to the "Tools -> Edit Custom CSS" menu.
2. Add below CSS rules to the CSS editor modal.
Code:
.header-wrap div.logo-image img {
height: 54px; /* You can change this size */
width: auto;
}
3. Save and reload your website.
Kind regards,
UI/UX Designer - Web developer. (UI/UX design for T4 Framework, T4 Pagebuilder, GK Framework products...)
Last edit: 3 weeks 3 days ago by cssyeah.
The following user(s) said Thank You: ethanmiller
Please Log in or Create an account to join the conversation.
E
Topic Author
Re: How to increase logo size on T4 Blank?
3 weeks 2 days ago
Thank @cssyeah,
Your advice is very helpful to me. Thank you very much.
Your advice is very helpful to me. Thank you very much.
Please Log in or Create an account to join the conversation.
Time to create page: 0.336 seconds