• Following WP Twenty Seventeen instructions, I did create a Theme Child and could place my Logo on Top of the Navigation Bar (Menu Top), but I does not works on the Responsive mode.
    Please help on how to CSS to control on Responsive

    Thanks

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Anonymous User 16453565

    (@anonymized-16453565)

    Hey @abeato

    To do that you have to add below css code into Appearance → Customize → Additional CSS:

    @media (max-width: 480px) {
      .navigation-top {
        display: inline-block;
        width: 100%;
      }
    }

    Hope the above code will help you.
    Thank you.

    Thread Starter abeato

    (@abeato)

    Hi Snehal,

    Thanks for your help.
    It did worked partially, the logo did showed up, but with a white bar above it and the menu bar hidden below the Nivo slider.
    Perhaps would be just to push logo and menu to the top.
    Could youl help on that?
    I am new on WP

    Best,

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Logo on Menu Top not working on Responsive’ is closed to new replies.