- This topic has 3 replies, 3 voices, and was last updated 7 years, 8 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 › Free Themes › Yummy › Logo size in Yummy theme !
Hello,
In the theme, the size of the logo is apparently defined in 180×80.
How to put a logo bigger or longer?
Thank you in advance
Best Regards !
Hello @zulkar,
To make your logo size bigger use below given CSS.
Go to Admin Panel > Appearance > Customize > Additional CSS and paste below given CSS.
.nav-shrink .site-logo img {
    max-width: 170px;
}You can adjust the px according to your requirement.
Hope this helps.
Best Regards!!
Is this the same CSS code for Yummy Pro? Because we tried it here, but doesn’t work?
Hello @gustogambia,
To increase the size of the logo in Yummy pro theme use below-given CSS.
For this go to Admin Panel > Appearance > Customize > Additional CSS and paste below given CSS.
.site-logo img {
    max-height: 100%;
    max-width: 170px;
}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. | 
 
	    


