Archived topic
menu items float right
3 replies · Started by Alex on March 31, 2015
Hi Tom,
I am trying to get this to work on my site. Main menu is aligned to the left and last 3 items I want to float/align right. I set the correct css code and css class for the items, but it doesn't seem to work. Perhaps you can take a look (www.activeito.com/blog). Thanks!
Give this a try:
.sf-menu > li.social_icon {
float: right;
}
That worked great! Mind telling me why its different than the code you provided in other posts?
Just more specific - I should update the other threads as well. Being more specific stops the need for !important.