Hello, i would like to know the css code to reduce the space on top and bottom part of the navbar (check attachment image). I am using default menu block. Thank you in advance
Hi
You can try this custom CSS:
@media (min-width: 992px) { .t4-mainnav .t4-header .t4-header-inner .row.d-flex.align-items-center.flex-nowrap { height: 70px; } }
and change to your desired value.
thank you very much saguaros