Changing Top Bar size

Hello,

I wanted to know if it is possible to make the topbar/ navigation bar smaller.

Thank you in advance.

Hello there,

I hope you are doing well today.

The top bar does not have a height attribute but you can use this CSS to remove the padding:


#header .top-header {
    padding-top: 0px;
    padding-bottom: 0px;
}

Best Regards,
Support

Thank you so much!

It worked perfectly!

Have a nice day

Ok, thank you ?
I will close this case now, Feel free to contact us again if you have other questions Thanks!