Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1069664

    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!

    #1069840

    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

    • This reply was modified 5 years, 5 months ago by Evendril.
    #1070603

    Hi,

    Thanks for sharing @evendril, did you try that out @bartroovers?

    Best regards,
    Rikard

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.