Mobile - troubles with Header and Menu - too big

Hi !
Once again, what an amazing theme you developped!

However, I’ve just checked my website with my phone and I am not really happy with the result because

  • the header image is too big and takes around 1/5 of the screen
  • space between rubrics in the menu is too big as well

I tried to deactivate all plug-in and delete all custom CSS I added → no improvement

Can you please check my website www.crypto-info-service.fr with a mobile and suggest a solution? Thanks!

Jack

Hello there,

I hope you are doing well today.

Can you please provide an image of the issue?
What kind of mobile device were you using?

Best Regards,
Support

Hi,
I am good, I hope you too!
Kindly look at the attached files.
I tried with a Huawei Honor 8 (android) and with a LG Nexus 5 (android as well)

Thank you,
jack

Hello there,

You can use the following CSS code to change the by going to Appearance > Customize > Additional CSS and pasting it there.


@media only screen and (max-width: 900px) {
.navbar-nav > li {
    padding: 2px;
}

div#logo img {
    width: 274px !important;
}
}

Best Regards,
Support