Site logo

[Resolved] Secondary Navigation

Home Forums Support [Resolved] Secondary Navigation

Home Forums Support Secondary Navigation

Viewing 10 posts - 16 through 25 (of 25 total)
  • Author
    Posts
  • #165359
    Ian Efford-Lynch

    When adding menu-item-float-left to the custom links, it doesn’t make anything to go the left.

    Am I doing something wrong?

    #165410
    Tom
    Lead Developer
    Lead Developer

    You’ll need to add the class to your CSS:

    @media (min-width: 769px) {
    	.sf-menu li.menu-item-float-left {
    		float: left !important;
    	}
    }
    
    @media (max-width: 768px) {
    	.sf-menu li.menu-item-float-left {
    		float: none !important;
    		display: inline-block;
    	}
    }
    • This reply was modified 10 years, 2 months ago by Tom.
    • This reply was modified 10 years, 2 months ago by Tom.
    #165586
    Ian Efford-Lynch

    It doesn’t add any thing if I add that CSS.

    #165607
    Tom
    Lead Developer
    Lead Developer

    I’ve adjusted the CSS – can you give it a try now? 🙂

    #165619
    Ian Efford-Lynch

    Ummm, that doesn’t work either.

    #165621
    Tom
    Lead Developer
    Lead Developer

    Can you link me to your site?

    #165626
    Ian Efford-Lynch
    #165628
    Tom
    Lead Developer
    Lead Developer

    Adjusted it again (sorry about that).

    Hopefully this is the one 🙂

    #165647
    Ian Efford-Lynch

    Yes it works, thanks! 🙂

    #165654
    Tom
    Lead Developer
    Lead Developer

    You’re welcome 🙂

Viewing 10 posts - 16 through 25 (of 25 total)
  • You must be logged in to reply to this topic.