Reply To: SOCIAL NETWORKS BUTTONS ON NAV MENU BAR

Home Forums Support SOCIAL NETWORKS BUTTONS ON NAV MENU BAR Reply To: SOCIAL NETWORKS BUTTONS ON NAV MENU BAR

Home Forums Support SOCIAL NETWORKS BUTTONS ON NAV MENU BAR Reply To: SOCIAL NETWORKS BUTTONS ON NAV MENU BAR

#87871
Tom
Lead Developer
Lead Developer

Ah, float: right will push the other menu items over a bit.

Using position: absolute will make it so the other menu items ignore the social icons.

Something like this:

.social_icon {
      position: absolute;
      right: 0;
}