• Jonathan

    (@1jonathan)


    Hey!

    I wanted to style my menu and header a little bit, so I added my logo in hope of it aligning with the navigation menu. But it is a bit weird. First of all the navigation menu isn’t really aligned to the middle, but a bit above. And when I touch it with my mouse (hovering over) it drops down. I have tried to fix it, but it didn’t work

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

Viewing 9 replies - 1 through 9 (of 9 total)
  • ying

    (@yingscarlett)

    Hi there,

    Can you go to customizer > general, and check if you are using Flexbox or Floats as the structure? if it’s the latter one, please change it to Flexbox.

    Let me know if this helps!

    Thread Starter Jonathan

    (@1jonathan)

    Thanks, it worked fine!

    ying

    (@yingscarlett)

    Glad to hear that ??

    Thread Starter Jonathan

    (@1jonathan)

    But now I got another problem, the little “Built by Generate Press” is now in the way for my footer bar, and makes things look ugly.

    ying

    (@yingscarlett)

    Not sure what you mean? was it not there before?

    Thread Starter Jonathan

    (@1jonathan)

    Yeah it was, but it was below everything, and now it is on the side with everything, and mushing it all. Take a look at the footer bar: https://gettingrichtoday.com/

    And I don’t know how to remove it, either.

    fernandoazarcon2

    (@fernandoazarcon2)

    Hi there,

    Try adding this CSS:

    .inside-site-info.grid-container {
        flex-direction: column;
    }
    Thread Starter Jonathan

    (@1jonathan)

    Thanks it worked out great, sorry for the late response, it was night time where I live

    fernandoazarcon2

    (@fernandoazarcon2)

    You’re welcome!

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Why does my navigation menu drop?’ is closed to new replies.