Viewing 3 replies - 1 through 3 (of 3 total)
  • .main-navigation ul.menu > li > a, .main-navigation ul.nav-menu > li > a {
    padding-top: 0;
    }

    Try that ??

    Thread Starter losrack

    (@carlos-jaramillo)

    Hi James, that really worked, but now I have the problem of mobile view, how can I make the logo look smaller on mobile, now it looks cropped on mobile view

    how is the syntax to target media query displays ?

    To target handheld devices use;

    @media (max-width: 768px) {
    
    }

    Cheers

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Align logo and navigation’ is closed to new replies.