Support » Theme: Airi » Logo and text menu on the same line

Viewing 9 replies - 1 through 9 (of 9 total)
  • Hello there,

    Please try adding the below CSS code to Appearance > Customize > Additional CSS from dashboard.

    
    @media only screen and (min-width: 1200px) {
      .main-navigation {
        padding-top: 16px;
      }
    }
    

    Regards,
    Kharis

    Thread Starter yougmaster

    (@yougmaster)

    Thank you for your answer,
    I have added your css code. Unfortunately when I scroll down the page the logo is not on the same line as the text 🙁
    maybe you have a different idea

    Hello there,

    Thank you for updating me with extra notes.

    Try adding this CSS code:

    
    .is-sticky .site-header .custom-logo-link img.custom-logo {
      max-width: 100%;
    }
    

    Let me know how it goes.

    Regards,
    Kharis

    Thread Starter yougmaster

    (@yougmaster)

    Thank you for you help, i have another problem, when menu/page is in response mode i have black 3 lines and black cross. How can i change this color?

    Hi,

    As checked, the mobile menu is looking good on my screen.

    Please provide a screenshot to point me the exact issue, in case I was not getting it correctly.

    Regards,
    Kharis

    Thread Starter yougmaster

    (@yougmaster)

    https://i.ibb.co/L6PMy5f/black.jpg

    I want change color black 3 lines(button) and cross(button) to white color.

    Hi,

    Thank you for updating me along with the screenshot. Please try adding the below CSS code to Appearance > Customize > Additional CSS from dashboard.

    
    .mobile-menu-toggle,
    .mobile-menu-toggle:focus {
      outline: none;
    }
    
    .header-mobile-menu .mobile-menu-toggle_lines,
    .header-mobile-menu .mobile-menu-toggle_lines::before, 
    .header-mobile-menu .mobile-menu-toggle_lines::after {
      background-color: #fff;
    }
    

    Regards,
    Kharis

    Thread Starter yougmaster

    (@yougmaster)

    Thank you man, everything looks perfect 🙂

    You’re welcome!

    Please let us know in a new topic if you have any further questions, or if we can provide you with any other assistance.

    Regards,
    Kharis

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Logo and text menu on the same line’ is closed to new replies.