[Resolved] move nav menu under header widget

Home Forums Support [Resolved] move nav menu under header widget

Home Forums Support move nav menu under header widget

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #1284117
    Nadine

    I have my logo on the left and the header widget and nav menu on right, but once I put something in the header widget, it pushes the nav menu under the logo but still float right. I need the menu to sit right below the header widget. Tried a few different things in other posts here, but they haven’t solved it for me.

    #1284516
    Leo
    Staff
    Customer Support

    Hi there,

    Any chance you can link us to the site in question?

    You can edit the original topic and use the private URL field.

    Let me know ๐Ÿ™‚

    #1284553
    Nadine

    It’s a local site

    #1284856
    Leo
    Staff
    Customer Support

    Any chance you can duplicate it on a staging environment so we have something to look at?

    #1290697
    Nadine

    I’ll try and get it to a staging environment tomorrow.

    #1290734
    Nadine

    Got it online, link posted

    #1290931
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    Give this CSS a shot:

    @media (min-width: 769px) {
        .site-logo {
            float: left;
        }
    }
    #1291779
    Nadine

    Unfortunately that didn’t seem to do anything.

    #1292842
    Leo
    Staff
    Customer Support

    I’m not seeing the CSS being added.

    When I add it using the browser inspector, it looks like this:
    https://www.screencast.com/t/MxTAb7sQ6a

    #1294025
    Nadine

    I had added it locally. I just put it on the server and it is working there but not locally.
    Thank you!

    #1294067
    Leo
    Staff
    Customer Support

    No problem ๐Ÿ™‚

Viewing 11 posts - 1 through 11 (of 11 total)
  • You must be logged in to reply to this topic.