Search for: Log In Free Support [Resolved] Secondary Navigation Home › Forums › Support › Secondary Navigation This topic has 24 replies, 2 voices, and was last updated 5 years, 3 months ago by Tom. Viewing 10 posts - 16 through 25 (of 25 total) ← 1 2 Author Posts January 12, 2016 at 11:02 am #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? January 12, 2016 at 2:25 pm #165410 TomLead 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 5 years, 3 months ago by Tom. This reply was modified 5 years, 3 months ago by Tom. Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Ongoing Development: https://generatepress.com/ongoing-development January 13, 2016 at 9:34 am #165586 Ian Efford-Lynch It doesn’t add any thing if I add that CSS. January 13, 2016 at 10:52 am #165607 TomLead Developer Lead Developer I’ve adjusted the CSS – can you give it a try now? π Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Ongoing Development: https://generatepress.com/ongoing-development January 13, 2016 at 12:05 pm #165619 Ian Efford-Lynch Ummm, that doesn’t work either. January 13, 2016 at 12:08 pm #165621 TomLead Developer Lead Developer Can you link me to your site? Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Ongoing Development: https://generatepress.com/ongoing-development January 13, 2016 at 12:15 pm #165626 Ian Efford-Lynch Yup! http://lunchboxdesigns.net/ January 13, 2016 at 12:18 pm #165628 TomLead Developer Lead Developer Adjusted it again (sorry about that). Hopefully this is the one π Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Ongoing Development: https://generatepress.com/ongoing-development January 13, 2016 at 1:06 pm #165647 Ian Efford-Lynch Yes it works, thanks! π January 13, 2016 at 1:33 pm #165654 TomLead Developer Lead Developer You’re welcome π Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Ongoing Development: https://generatepress.com/ongoing-development Author Posts Viewing 10 posts - 16 through 25 (of 25 total) ← 1 2 You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In