G GodFather07 Member Apr 18, 2020 #1 I want to add logo for site but its really small jow i can make it bigger please ?
Max Taxable Well-known member Apr 18, 2020 #2 See what happens after you put the code below into your extra.less template. CSS: .p-nav-smallLogo { display: none !important; } .p-header-logo { max-width: none !important; } .has-js .p-header { display: block; } Upvote 0 Downvote
See what happens after you put the code below into your extra.less template. CSS: .p-nav-smallLogo { display: none !important; } .p-header-logo { max-width: none !important; } .has-js .p-header { display: block; }
Max Taxable Well-known member Apr 19, 2020 #4 GodFather07 said: added but nothing happened Click to expand... If added to the correct style it should work. Works on my sites. Every style has its own extra.less template. Upvote 0 Downvote
GodFather07 said: added but nothing happened Click to expand... If added to the correct style it should work. Works on my sites. Every style has its own extra.less template.
Max Taxable Well-known member Apr 19, 2020 #5 GodFather07 said: I want to add logo for site but its really small jow i can make it bigger please ? Click to expand... I just realized I may have misunderstood your problem. The code I posted only affects the logo when viewed from mobile. Can you provide a screen shot of what is happening for you? Upvote 0 Downvote
GodFather07 said: I want to add logo for site but its really small jow i can make it bigger please ? Click to expand... I just realized I may have misunderstood your problem. The code I posted only affects the logo when viewed from mobile. Can you provide a screen shot of what is happening for you?