[Resolved] Float Right Menu won't Float Right

Home Forums Support [Resolved] Float Right Menu won't Float Right

Home Forums Support Float Right Menu won't Float Right

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #452543
    Scott

    I have set my primary and secondary menus to float right and it works for them secondary (top 2-item menu) however, the bottom primary menu still runs left under the logo and doesn’t float at all.

    Any suggestions?

    #452564
    Leo
    Staff
    Customer Support

    Hi there,

    Looks like you have this CSS added:

    .nav-float-right .inside-header .main-navigation {
        float: right;
        display: inline-block;
        vertical-align: middle;
    }

    Can you try removing it?

    #452568
    Scott

    Thanks, Leo. I removed that and it went to the left, but it still doesn’t float past the logo.

    #452574
    Leo
    Staff
    Customer Support
    #452797
    Scott

    That worked… thanks. I did have to add

    .secondary-navigation {
        margin-bottom: 50px;
    }

    to get it down to the top of the next section, but all is good.

    #452828
    Leo
    Staff
    Customer Support

    No problem!

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