Hi,
Can I make the space between the logo and menu smaller? And also can I add some white space above the logo?
This is what I want the header to look like
How can I accomplish this?
Thanks!
Hi there,
you could try this:
.main_menu{
left: 150px;
}
#avia-menu{
height: 90px;
display: flex;
align-items: flex-end;
}
#avia-menu li a{
height: 20px;
line-height: 10px;
}
#header_main .logo a img{
padding: 10px;
}
Regards
Alex