Comments guihermes started the conversationApril 13, 2020 at 12:42pmHey, what's up?So, my client asked about enlarge the logo in website, but, for that, I have to enlarge the menu bar too.Can you help me with the CSS code? Or have another way?Thank you! 850Jelly repliedApril 14, 2020 at 8:23amHello,Could you upload a bigger logo, since it's at maximum size at the moment.Best Regards,Jelly Teamguihermes repliedApril 14, 2020 at 6:57pmIf I do this, the logo surpass the menu bar...So, I not haveĀ options, right? 850Jelly repliedApril 15, 2020 at 8:01amPlease upload a bigger version and then contact us so we can apply the code.Best Regards,Jelly Teamguihermes repliedApril 16, 2020 at 1:14pmHi,I change the logo on website.In mobile version seems right, but in desktop the logo surpass the menu bar. 850Jelly repliedApril 16, 2020 at 4:59pmPlease add this codeĀ to Appearance > Customize > Additional CSS: #header { height: 183px; } @media only screen and (max-width: 1024px){ #header { height: 106px !important; } } .navbar-nav { top: 37%; } Best Regards,Jelly Team Sign in to reply ...
Hey, what's up?
So, my client asked about enlarge the logo in website, but, for that, I have to enlarge the menu bar too.
Can you help me with the CSS code? Or have another way?
Thank you!
Hello,
Could you upload a bigger logo, since it's at maximum size at the moment.
Best Regards,
Jelly Team
If I do this, the logo surpass the menu bar...
So, I not haveĀ options, right?
Please upload a bigger version and then contact us so we can apply the code.
Best Regards,
Jelly Team
Hi,
I change the logo on website.
In mobile version seems right, but in desktop the logo surpass the menu bar.
Please add this codeĀ to Appearance > Customize > Additional CSS:
Best Regards,
Jelly Team