[Support request] Gap between Primary and Secondary Navigation because of Logo

Home Forums Support [Support request] Gap between Primary and Secondary Navigation because of Logo

Home Forums Support Gap between Primary and Secondary Navigation because of Logo

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #874424
    Bailey

    I have a Primary and Secondary Menu that are both Right Float. If I make the logo smaller than they both fit lined up with the Background. If I make the logo the size it needs to be at 230px then it seems to push the Primary Menu down but doesn’t effect the Secondary Menu. What setting am I missing that I need to adjust so that the menus align correctly?

    Background Info: We are doing a rebuild of a website for a client that the previous web developer hardcoded too much into the child theme that left us with little ability for changes and modifications, possibly an attempt to prevent the client from switching to a new provider but it still happened anyway. A lot of what we are doing is an aesthetic replication but with a much cleaner backend. Aligning the Logo and both navigation is necessary to maintain the original aesthetic.

    #874573
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    Try adding this CSS:

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

    Let me know ๐Ÿ™‚

    #874626
    Bailey

    That totally worked. Somebody on Facebook gave me this CSS and it worked too:

    .nav-float-right .inside-header .main-navigation {
    float: right;
    clear: right;
    margin-top: -60px;
    }

    Which is better or are they basically the same?

    Is there something causing the error or is there some way to fix without CSS?

    #874643
    Leo
    Staff
    Customer Support

    Tom’s CSS is probably better.

    It’s just needed for some layout like yours.

    Let me know if you need more info ๐Ÿ™‚

    #911716
    Bailey

    It fixed it on some pages but it still seems to be showing up. Check out this page to see what I mean: https://kwcb.site/2017/07/07/top-10-ways-to-scare-a-buyer-away/

    #911921
    David
    Staff
    Customer Support

    Hi there,

    i am not seeing the issue on that page? Maybe browser cache? the only time the primary nav is forced below the logo is when the screen width is too small to accomodate it.

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