Okay
  Public Ticket #2359912
menu bar
Closed

Comments

  • guihermes started the conversation

    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!

  •  840
    Jelly replied

    Hello,

    Could you upload a bigger logo, since it's at maximum size at the moment.

    Best Regards,
    Jelly Team

  • guihermes replied

    If I do this, the logo surpass the menu bar...

    So, I not haveĀ options, right?

  •  840
    Jelly replied

    Please upload a bigger version and then contact us so we can apply the code.

    Best Regards,
    Jelly Team

  • guihermes replied

    Hi,

    I change the logo on website.

    In mobile version seems right, but in desktop the logo surpass the menu bar.


  •  840
    Jelly replied

    Please 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