• Hi – Hope you can help me out with this one! When I adjust the size of my logo, the menu remains unchanged. Is it possible to adjust the menu so that it’s centered within the header (based on the size of the logo image)?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hello
    Please add the below CSS codes on Appearance > Customize > Additional CSS. Hope this will fix the issues.

    @media (max-width: 767px){
    .main-header .logo {
    max-width: 130px;
    }
    }
    @media (max-width: 360px){
    .cart-right {
    right: 10px;
    }
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Center Align Menu (Vertically)’ is closed to new replies.