[Resolved] menu items float right

Home Forums Support [Resolved] menu items float right

Home Forums Support menu items float right

  • This topic has 3 replies, 2 voices, and was last updated 9 years ago by Tom.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #93933
    Alex

    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!

    #94025
    Tom
    Lead Developer
    Lead Developer

    Give this a try:

    .sf-menu > li.social_icon {
        float: right;
    }
    #94053
    Alex

    That worked great! Mind telling me why its different than the code you provided in other posts?

    #94306
    Tom
    Lead Developer
    Lead Developer

    Just more specific – I should update the other threads as well. Being more specific stops the need for !important.

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