Archived topic
Secondary Navigation
24 replies · Started by Ian Efford-Lynch on January 8, 2016
Viewing posts 16–25 of 25
When adding menu-item-float-left to the custom links, it doesn't make anything to go the left.
Am I doing something wrong?
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;
}
}
It doesn't add any thing if I add that CSS.
I've adjusted the CSS - can you give it a try now? :)
Ummm, that doesn't work either.
Can you link me to your site?
Adjusted it again (sorry about that).
Hopefully this is the one :)
Yes it works, thanks! :)
You're welcome :)
This archived topic is closed to new replies.
