Read before updating: How to Update Kunena Templates - More detail

How to increase logo size on T4 Blank?

E Topic Author
New Member New Member
  • Posts: 6
  • Thanks: 2

How to increase logo size on T4 Blank?

3 weeks 3 days ago - 3 weeks 2 days ago
#17284
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?
Last edit: 3 weeks 2 days ago by cssyeah.

Please Log in or Create an account to join the conversation.

cssyeah's Avatar
Moderator Moderator
  • Posts: 88
  • Thanks: 37

Re: How to increase logo size on T4 Blank?

3 weeks 3 days ago - 3 weeks 3 days ago
#17285
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.
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
New Member New Member
  • Posts: 6
  • Thanks: 2

Re: How to increase logo size on T4 Blank?

3 weeks 2 days ago
#17287
Thank @cssyeah,
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